Html Css Color HEX #297F14 Forest Green

📋 copy color: '#297F14'

red 41 ◦ green 127 ◦ blue 20

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

Shades of Forest Green #297F14

Tints of Forest Green #297F14

RGB

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

 GREEN value IS 127 (50% from 255) = 67.55%

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

R = 21.81%
G = 67.55%
B = 10.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#297F14 (or 0x297F14) is known color: Forest Green. HEX triplet: 29, 7F and 14. RGB value is (41,127,20). Sum of RGB (Red+Green+Blue) = 41+127+20=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 127 (50% from 255 or 67.55% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 127 - color contains mainly: green. Hex color #297F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297F14 is #D680EB. Grayscale: #595959. Windows color (decimal): -14057708 or 1343273. OLE color: 1343273.

HSL color Cylindrical-coordinate representation of color #297F14: hue angle of 108.22º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297F14 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 127 20 -
CMYK 0.68 0 0.84 0.50
HSL 108.22º 0.73% 0.29% -
HSV(B) 108.22º 0.84% 0.5% -
XYZ 8.63 15.7 3.24 -
YUV 89.09 89.01 93.7 -
System Red Green Blue C M Y K H S L
Decimal 41 127 20 0.68 0 0.84 0.50 108.22 0.73 0.29
Hex 29 7F 14 44 0 54 32 6C 49 1D
Octal 51 177 24 104 0 124 62 154 111 35
Binary 101001 1111111 10100 1000100 0 1010100 110010 1101100 1001001 11101

Color Harmonies of #297F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F14

Black with #297F14

Text Example


Text Example

White with #297F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #297F14;
 }
 .AnyTagClassName
 {
   color: #297F14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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