Html Css Color HEX #29960E Forest Green

📋 copy color: '#29960E'

red 41 ◦ green 150 ◦ blue 14

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

Shades of Forest Green #29960E

Tints of Forest Green #29960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 73.17%

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 20%
G = 73.17%
B = 6.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#29960E (or 0x29960E) is known color: Forest Green. HEX triplet: 29, 96 and 0E. RGB value is (41,150,14). Sum of RGB (Red+Green+Blue) = 41+150+14=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 150 (58.98% from 255 or 73.17% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 150 - color contains mainly: green. Hex color #29960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29960E is #D669F1. Grayscale: #666666. Windows color (decimal): -14051826 or 955945. OLE color: 955945.

HSL color Cylindrical-coordinate representation of color #29960E: hue angle of 108.09º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #29960E is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 14 -
CMYK 0.73 0 0.91 0.41
HSL 108.09º 0.83% 0.32% -
HSV(B) 108.09º 0.91% 0.59% -
XYZ 11.9 22.32 4.1 -
YUV 101.91 78.39 84.56 -
System Red Green Blue C M Y K H S L
Decimal 41 150 14 0.73 0 0.91 0.41 108.09 0.83 0.32
Hex 29 96 E 49 0 5B 29 6C 53 20
Octal 51 226 16 111 0 133 51 154 123 40
Binary 101001 10010110 1110 1001001 0 1011011 101001 1101100 1010011 100000

Color Harmonies of #29960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29960E

Black with #29960E

Text Example


Text Example

White with #29960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29960E; }

 p { color: rgb(41,150,14); }

 H1.HeaderClassName
 {
   color: #29960E;
 }
 .AnyTagClassName
 {
   color: #29960E;
 }
</style>

background-color css

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

 a { background-color: rgb(41,150,14); }

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

border-color css

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

 span { border-color: rgb(41,150,14); }

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