Html Css Color HEX #129029 Forest Green

📋 copy color: '#129029'

red 18 ◦ green 144 ◦ blue 41

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

Shades of Forest Green #129029

Tints of Forest Green #129029

RGB

 RED value IS 18 (7.42% from 255) = 8.87%

 GREEN value IS 144 (56.64% from 255) = 70.94%

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

R = 8.87%
G = 70.94%
B = 20.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#129029 (or 0x129029) is known color: Forest Green. HEX triplet: 12, 90 and 29. RGB value is (18,144,41). Sum of RGB (Red+Green+Blue) = 18+144+41=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 144 (56.64% from 255 or 70.94% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 144 - color contains mainly: green. Hex color #129029 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129029 is #ED6FD6. Grayscale: #5E5E5E. Windows color (decimal): -15560663 or 2723858. OLE color: 2723858.

HSL color Cylindrical-coordinate representation of color #129029: hue angle of 130.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129029 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 41 -
CMYK 0.88 0 0.72 0.44
HSL 130.95º 0.78% 0.32% -
HSV(B) 130.95º 0.88% 0.56% -
XYZ 10.62 20.24 5.44 -
YUV 94.58 97.76 73.38 -
System Red Green Blue C M Y K H S L
Decimal 18 144 41 0.88 0 0.72 0.44 130.95 0.78 0.32
Hex 12 90 29 58 0 48 2C 83 4E 20
Octal 22 220 51 130 0 110 54 203 116 40
Binary 10010 10010000 101001 1011000 0 1001000 101100 10000011 1001110 100000

Color Harmonies of #129029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129029

Black with #129029

Text Example


Text Example

White with #129029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129029; }

 p { color: rgb(18,144,41); }

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

background-color css

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

 a { background-color: rgb(18,144,41); }

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

border-color css

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

 span { border-color: rgb(18,144,41); }

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