#257D14

Color #257D14 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #257D14

Tints of Forest Green #257D14

Color information

#257D14 (or 0x257D14) is unknown color: approx Forest Green. HEX triplet: 25, 7D and 14. RGB value is (37,125,20). Sum of RGB (Red+Green+Blue) = 37+125+20=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 125 (49.22% from 255 or 68.68% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 125 - color contains mainly: green. Hex color #257D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257D14 is #DA82EB. Grayscale: #575757. Windows color (decimal): -14320364 or 1342757. OLE color: 1342757.

HSL color Cylindrical-coordinate representation of color #257D14: hue angle of 110.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257D14 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB3712520-
CMYK0.7000.840.51
HSL110.29º72.41%28.43%-
HSV(B)110.29º84%49.02%-
XYZ8.2215.113.15-
YUV86.7290.3592.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 125 (49.22% from 255) = 68.68%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=20.33%
G=68.68%
B=10.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37125200.7000.840.51110.2972.4128.43
Hex257D1446054336e481c
Octal451752410601246315611034
Binary1001011111101101001000110010101001100111101110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257D14; }

 p { color: rgb(37,125,20); }

 H1.HeaderClassName
 {
   color: #257D14;
 }
 .AnyTagClassName
 {
   color: #257D14;
 }
</style>
background-color css

<style>
 a { background-color: #257D14; }

 a { background-color: rgb(37,125,20); }

 div.DivClassName
 {
   background-color: #257D14;
 }
 .BgClassName
 {
   background-color: #257D14;
 }
</style>
border-color css

<style>
 span { border-color: #257D14; }

 span { border-color: rgb(37,125,20); }

 td.TdClassName
 {
   border-color: #257D14;
 }
 .TagClassName
 {
   border-color: #257D14;
 }
</style>