Html Css Color HEX #297F20 Forest Green

📋 copy color: '#297F20'

red 41 ◦ green 127 ◦ blue 32

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

Shades of Forest Green #297F20

Tints of Forest Green #297F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16%

R = 20.5%
G = 63.5%
B = 16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#297F20 (or 0x297F20) is known color: Forest Green. HEX triplet: 29, 7F and 20. RGB value is (41,127,32). Sum of RGB (Red+Green+Blue) = 41+127+32=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #297F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297F20 is #D680DF. Grayscale: #5A5A5A. Windows color (decimal): -14057696 or 2129705. OLE color: 2129705.

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

Color convert

RGB 41 127 32 -
CMYK 0.68 0 0.75 0.50
HSL 114.32º 0.6% 0.31% -
HSV(B) 114.32º 0.75% 0.5% -
XYZ 8.76 15.75 3.95 -
YUV 90.46 95.01 92.72 -
System Red Green Blue C M Y K H S L
Decimal 41 127 32 0.68 0 0.75 0.50 114.32 0.6 0.31
Hex 29 7F 20 44 0 4B 32 72 3C 1F
Octal 51 177 40 104 0 113 62 162 74 37
Binary 101001 1111111 100000 1000100 0 1001011 110010 1110010 111100 11111

Color Harmonies of #297F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F20

Black with #297F20

Text Example


Text Example

White with #297F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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