Html Css Color HEX #029129 Forest Green

📋 copy color: '#029129'

red 2 ◦ green 145 ◦ blue 41

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

Shades of Forest Green #029129

Tints of Forest Green #029129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 77.13%

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

R = 1.06%
G = 77.13%
B = 21.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#029129 (or 0x029129) is known color: Forest Green. HEX triplet: 02, 91 and 29. RGB value is (2,145,41). Sum of RGB (Red+Green+Blue) = 2+145+41=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 145 (57.03% from 255 or 77.13% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 145 - color contains mainly: green. Hex color #029129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029129 is #FD6ED6. Grayscale: #5A5A5A. Windows color (decimal): -16608983 or 2724098. OLE color: 2724098.

HSL color Cylindrical-coordinate representation of color #029129: hue angle of 136.36º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029129 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 145 41 -
CMYK 0.99 0 0.72 0.43
HSL 136.36º 0.97% 0.29% -
HSV(B) 136.36º 0.99% 0.57% -
XYZ 10.55 20.42 5.48 -
YUV 90.39 100.12 64.96 -
System Red Green Blue C M Y K H S L
Decimal 2 145 41 0.99 0 0.72 0.43 136.36 0.97 0.29
Hex 2 91 29 63 0 48 2B 88 61 1D
Octal 2 221 51 143 0 110 53 210 141 35
Binary 10 10010001 101001 1100011 0 1001000 101011 10001000 1100001 11101

Color Harmonies of #029129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029129

Black with #029129

Text Example


Text Example

White with #029129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029129; }

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

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

background-color css

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

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

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

border-color css

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

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

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