COLOR #257D02

HEX: #257D02
RGB: (37,125,2)

Color info

#257D02 contains mainly green color. Web safe color of #257D02 is #336600 (or #360).

RGB color model

#257D02 color RGB value is (37,125,2).

  • red value is 37;
  • green value is 125;
  • blue value is 2.
RGB:
(37,125,2)
(15%,49%,1%)

RGB channels and saturation

R 37 of 255 = 15%
G 125 of 255 = 49%
B 2 of 255 = 1%

37
125
2

R + G + B ~ 22%. #257D02 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 125 + 2 = 164 (100%)
R 37 of 164 ~ 22.56%
G 125 of 164 ~ 76.22%
B 2 of 164 ~ 1.22%

%22.56
%76.22

CMYK color model

#257D02 color CMYK value is (70,0,98,51).

  • cyan value is 70.40%
  • magenta value is 0.00%
  • yellow value is 98.40%
  • key color value is 50.98%
CMYK:
(70,0,98,51)
C70M0Y98K51 
(70%,0%,98%,51%)
(0.70/0.00/0.98/0.51)	

CMYK percentages

%70.4
%0
%98.4
%50.98

Codes

Color #257D02 in popluar color models

257D02
RGB371252
HSL103°96.85%24.90%
HSB/HSV103°98.40%49.02%
CMYK70.40%0.00%98.40%
50.98%

Color #257D02 in popluar number systems.

HEX257D02
Decimal371252
Binary100101111110110
Octal451752

Shades and tints

Shades of #257D02

#257D02
(37,125,2)
#227202
(34,114,2)
#1F6702
(31,103,2)
#1C5C02
(28,92,2)
#195102
(25,81,2)
#164602
(22,70,2)
#133B02
(19,59,2)
#103002
(16,48,2)
#0D2502
(13,37,2)
#0A1A02
(10,26,2)
#070F02
(7,15,2)
#000000
(0,0,0)

Tints of #257D02

#257D02
(37,125,2)
#388819
(56,136,25)
#4B9330
(75,147,48)
#5E9E47
(94,158,71)
#71A95E
(113,169,94)
#84B475
(132,180,117)
#97BF8C
(151,191,140)
#AACAA3
(170,202,163)
#BDD5BA
(189,213,186)
#D0E0D1
(208,224,209)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #257D02 color. Also use rgb(37,125,2) instead hex code.

Text Font Color

.myTextColor { color: #257D02; }

<p style="color:#257D02">This sample text font color is #257D02.</p>

This text font color is #257D02.


Background Color

.myBgColor { background-color: #257D02; }

<div style="background-color:#257D02">Inner text</div>

This div background color is #257D02.


Border color

.myBorderColor { border: 1px solid #257D02; }

<div style="border:3px solid #257D02">Div</div>

This div border color is #257D02.


Opacity

.myOpacity80 { color: #257D02; opacity: 0.8; }

<p style="color:#257D02;opacity:0.8;">80%</p>

Text with #257D02 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #257D02;}

<p style="text-shadow: 3px 3px 1px #257D02">Text here.</p>

This text has shadow with #257D02 color.

.textShadow {text-shadow: 3px 3px 1px #257D02, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #257D02, 5px 5px 20px red">Text here.</p>

This text has shadow with #257D02 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#257D02, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#257D02, Direction=45, Strength=4)">Text</p>

This text has shadow with #257D02 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #257D02;
  -webkit-box-shadow:	1px 1px 3px 2px #257D02;
  box-shadow:		1px 1px 3px 2px #257D02;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #257D02;
-webkit-box-shadow: 1px 1px 3px 2px #257D02;
box-shadow:1px 1px 3px 2px #257D02;">
Div content here</div>
This div box has shadow with color #257D02.

Preview

Color preview on black background

This text has color #257D02 on black background.


Color preview on white background

This text has color #257D02 on white background.



Black color preview on #257D02 background

This text has black color on #257D02 background.


White color preview on #257D02 background

This text has white color on #257D02 background.