Html Css Color HEX #129E32 Forest Green

📋 copy color: '#129E32'

red 18 ◦ green 158 ◦ blue 50

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

Shades of Forest Green #129E32

Tints of Forest Green #129E32

RGB

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

 GREEN value IS 158 (62.11% from 255) = 69.91%

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 7.96%
G = 69.91%
B = 22.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#129E32 (or 0x129E32) is known color: Forest Green. HEX triplet: 12, 9E and 32. RGB value is (18,158,50). Sum of RGB (Red+Green+Blue) = 18+158+50=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 158 (62.11% from 255 or 69.91% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 158 - color contains mainly: green. Hex color #129E32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E32 is #ED61CD. Grayscale: #686868. Windows color (decimal): -15557070 or 3317266. OLE color: 3317266.

HSL color Cylindrical-coordinate representation of color #129E32: hue angle of 133.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E32 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 158 50 -
CMYK 0.89 0 0.68 0.38
HSL 133.71º 0.8% 0.35% -
HSV(B) 133.71º 0.89% 0.62% -
XYZ 13.05 24.81 7.12 -
YUV 103.83 97.62 66.78 -
System Red Green Blue C M Y K H S L
Decimal 18 158 50 0.89 0 0.68 0.38 133.71 0.8 0.35
Hex 12 9E 32 59 0 44 26 86 50 23
Octal 22 236 62 131 0 104 46 206 120 43
Binary 10010 10011110 110010 1011001 0 1000100 100110 10000110 1010000 100011

Color Harmonies of #129E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129E32

Black with #129E32

Text Example


Text Example

White with #129E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129E32; }

 p { color: rgb(18,158,50); }

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

background-color css

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

 a { background-color: rgb(18,158,50); }

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

border-color css

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

 span { border-color: rgb(18,158,50); }

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