Html Css Color HEX #029629 Forest Green

📋 copy color: '#029629'

red 2 ◦ green 150 ◦ blue 41

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

Shades of Forest Green #029629

Tints of Forest Green #029629

RGB

 RED value IS 2 (1.17% from 255) = 1.04%

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

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 1.04%
G = 77.72%
B = 21.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#029629 (or 0x029629) is known color: Forest Green. HEX triplet: 02, 96 and 29. RGB value is (2,150,41). Sum of RGB (Red+Green+Blue) = 2+150+41=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 150 (58.98% from 255 or 77.72% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 150 - color contains mainly: green. Hex color #029629 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029629 is #FD69D6. Grayscale: #5D5D5D. Windows color (decimal): -16607703 or 2725378. OLE color: 2725378.

HSL color Cylindrical-coordinate representation of color #029629: hue angle of 135.81º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029629 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 150 41 -
CMYK 0.99 0 0.73 0.41
HSL 135.81º 0.97% 0.3% -
HSV(B) 135.81º 0.99% 0.59% -
XYZ 11.33 21.99 5.74 -
YUV 93.32 98.47 62.86 -
System Red Green Blue C M Y K H S L
Decimal 2 150 41 0.99 0 0.73 0.41 135.81 0.97 0.3
Hex 2 96 29 63 0 49 29 88 61 1E
Octal 2 226 51 143 0 111 51 210 141 36
Binary 10 10010110 101001 1100011 0 1001001 101001 10001000 1100001 11110

Color Harmonies of #029629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029629

Black with #029629

Text Example


Text Example

White with #029629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029629; }

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

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

background-color css

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

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

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

border-color css

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

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

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