#257014

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

Shades of Forest Green #257014

Tints of Forest Green #257014

Color information

#257014 (or 0x257014) is unknown color: approx Forest Green. HEX triplet: 25, 70 and 14. RGB value is (37,112,20). Sum of RGB (Red+Green+Blue) = 37+112+20=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #257014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257014 is #DA8FEB. Grayscale: #4F4F4F. Windows color (decimal): -14323692 or 1339429. OLE color: 1339429.

HSL color Cylindrical-coordinate representation of color #257014: hue angle of 108.91º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257014 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB3711220-
CMYK0.6700.820.56
HSL108.91º69.7%25.88%-
HSV(B)108.91º82.14%43.92%-
XYZ6.6812.032.63-
YUV79.0994.6597.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 112 (44.14% from 255) = 66.27%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=21.89%
G=66.27%
B=11.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37112200.6700.820.56108.9169.725.88
Hex25701443052386d461a
Octal451602410301227015510632
Binary1001011110000101001000011010100101110001101101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257014; }

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

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

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

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

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

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

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

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