#297D14

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

Shades of Forest Green #297D14

Tints of Forest Green #297D14

Color information

#297D14 (or 0x297D14) is unknown color: approx Forest Green. HEX triplet: 29, 7D and 14. RGB value is (41,125,20). Sum of RGB (Red+Green+Blue) = 41+125+20=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 125 (49.22% from 255 or 67.20% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 125 - color contains mainly: green. Hex color #297D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297D14 is #D682EB. Grayscale: #585858. Windows color (decimal): -14058220 or 1342761. OLE color: 1342761.

HSL color Cylindrical-coordinate representation of color #297D14: hue angle of 108º 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 #297D14 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB4112520-
CMYK0.6700.840.51
HSL108º72.41%28.43%-
HSV(B)108º84%49.02%-
XYZ8.3715.193.15-
YUV87.9189.6794.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 125 (49.22% from 255) = 67.20%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=22.04%
G=67.20%
B=10.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41125200.6700.840.5110872.4128.43
Hex297D1443054336c481c
Octal511752410301246315411034
Binary1010011111101101001000011010101001100111101100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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