#257914

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

Shades of Forest Green #257914

Tints of Forest Green #257914

Color information

#257914 (or 0x257914) is unknown color: approx Forest Green. HEX triplet: 25, 79 and 14. RGB value is (37,121,20). Sum of RGB (Red+Green+Blue) = 37+121+20=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 121 (47.66% from 255 or 67.98% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 121 - color contains mainly: green. Hex color #257914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257914 is #DA86EB. Grayscale: #545454. Windows color (decimal): -14321388 or 1341733. OLE color: 1341733.

HSL color Cylindrical-coordinate representation of color #257914: hue angle of 109.9º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257914 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB3712120-
CMYK0.6900.830.53
HSL109.9º71.63%27.65%-
HSV(B)109.9º83.47%47.45%-
XYZ7.7314.122.98-
YUV84.3791.6794.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 121 (47.66% from 255) = 67.98%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=20.79%
G=67.98%
B=11.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121200.6900.830.53109.971.6327.65
Hex25791445053356e481c
Octal451712410501236515611034
Binary1001011111001101001000101010100111101011101110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257914; }

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

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

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

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

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

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

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

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