Html Css Color HEX #297D14 Forest Green

📋 copy color: '#297D14'

red 41 ◦ green 125 ◦ blue 20

#297D14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #297D14

Tints of Forest Green #297D14

RGB

 RED value IS 41 (16.41% from 255) = 22.04%

 GREEN value IS 125 (49.22% from 255) = 67.2%

 BLUE value IS 20 (8.2% from 255) = 10.75%

R = 22.04%
G = 67.2%
B = 10.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#297D14 (or 0x297D14) is known color: 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

RGB 41 125 20 -
CMYK 0.67 0 0.84 0.51
HSL 108º 0.72% 0.28% -
HSV(B) 108º 0.84% 0.49% -
XYZ 8.37 15.19 3.15 -
YUV 87.91 89.67 94.54 -
System Red Green Blue C M Y K H S L
Decimal 41 125 20 0.67 0 0.84 0.51 108 0.72 0.28
Hex 29 7D 14 43 0 54 33 6C 48 1C
Octal 51 175 24 103 0 124 63 154 110 34
Binary 101001 1111101 10100 1000011 0 1010100 110011 1101100 1001000 11100

Color Harmonies of #297D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D14

Black with #297D14

Text Example


Text Example

White with #297D14

Text Example


Text Example

HTML Codes & Css Web 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>