Html Css Color HEX #129536 Forest Green

📋 copy color: '#129536'

red 18 ◦ green 149 ◦ blue 54

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

Shades of Forest Green #129536

Tints of Forest Green #129536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.43%

R = 8.14%
G = 67.42%
B = 24.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#129536 (or 0x129536) is known color: Forest Green. HEX triplet: 12, 95 and 36. RGB value is (18,149,54). Sum of RGB (Red+Green+Blue) = 18+149+54=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #129536 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129536 is #ED6AC9. Grayscale: #636363. Windows color (decimal): -15559370 or 3577106. OLE color: 3577106.

HSL color Cylindrical-coordinate representation of color #129536: hue angle of 136.49º 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 #129536 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 54 -
CMYK 0.88 0 0.64 0.42
HSL 136.49º 0.78% 0.33% -
HSV(B) 136.49º 0.88% 0.58% -
XYZ 11.66 21.89 7.1 -
YUV 99 102.6 70.22 -
System Red Green Blue C M Y K H S L
Decimal 18 149 54 0.88 0 0.64 0.42 136.49 0.78 0.33
Hex 12 95 36 58 0 40 2A 88 4E 21
Octal 22 225 66 130 0 100 52 210 116 41
Binary 10010 10010101 110110 1011000 0 1000000 101010 10001000 1001110 100001

Color Harmonies of #129536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129536

Black with #129536

Text Example


Text Example

White with #129536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129536; }

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

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

background-color css

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

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

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

border-color css

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

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

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