Html Css Color HEX #129524 Forest Green

📋 copy color: '#129524'

red 18 ◦ green 149 ◦ blue 36

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

Shades of Forest Green #129524

Tints of Forest Green #129524

RGB

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

 GREEN value IS 149 (58.59% from 255) = 73.4%

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 8.87%
G = 73.4%
B = 17.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#129524 (or 0x129524) is known color: Forest Green. HEX triplet: 12, 95 and 24. RGB value is (18,149,36). Sum of RGB (Red+Green+Blue) = 18+149+36=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 149 (58.59% from 255 or 73.40% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 149 - color contains mainly: green. Hex color #129524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129524 is #ED6ADB. Grayscale: #616161. Windows color (decimal): -15559388 or 2397458. OLE color: 2397458.

HSL color Cylindrical-coordinate representation of color #129524: hue angle of 128.24º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129524 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 36 -
CMYK 0.88 0 0.76 0.42
HSL 128.24º 0.78% 0.33% -
HSV(B) 128.24º 0.88% 0.58% -
XYZ 11.32 21.75 5.27 -
YUV 96.95 93.6 71.69 -
System Red Green Blue C M Y K H S L
Decimal 18 149 36 0.88 0 0.76 0.42 128.24 0.78 0.33
Hex 12 95 24 58 0 4C 2A 80 4E 21
Octal 22 225 44 130 0 114 52 200 116 41
Binary 10010 10010101 100100 1011000 0 1001100 101010 10000000 1001110 100001

Color Harmonies of #129524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129524

Black with #129524

Text Example


Text Example

White with #129524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129524; }

 p { color: rgb(18,149,36); }

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

background-color css

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

 a { background-color: rgb(18,149,36); }

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

border-color css

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

 span { border-color: rgb(18,149,36); }

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