Html Css Color HEX #129129 Forest Green

📋 copy color: '#129129'

red 18 ◦ green 145 ◦ blue 41

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

Shades of Forest Green #129129

Tints of Forest Green #129129

RGB

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

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

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

R = 8.82%
G = 71.08%
B = 20.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#129129 (or 0x129129) is known color: Forest Green. HEX triplet: 12, 91 and 29. RGB value is (18,145,41). Sum of RGB (Red+Green+Blue) = 18+145+41=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 145 (57.03% from 255 or 71.08% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 145 - color contains mainly: green. Hex color #129129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129129 is #ED6ED6. Grayscale: #5F5F5F. Windows color (decimal): -15560407 or 2724114. OLE color: 2724114.

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

Color convert

RGB 18 145 41 -
CMYK 0.88 0 0.72 0.43
HSL 130.87º 0.78% 0.32% -
HSV(B) 130.87º 0.88% 0.57% -
XYZ 10.78 20.54 5.49 -
YUV 95.17 97.42 72.96 -
System Red Green Blue C M Y K H S L
Decimal 18 145 41 0.88 0 0.72 0.43 130.87 0.78 0.32
Hex 12 91 29 58 0 48 2B 83 4E 20
Octal 22 221 51 130 0 110 53 203 116 40
Binary 10010 10010001 101001 1011000 0 1001000 101011 10000011 1001110 100000

Color Harmonies of #129129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129129

Black with #129129

Text Example


Text Example

White with #129129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129129; }

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

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

background-color css

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

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

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

border-color css

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

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

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