Html Css Color HEX #129E31 Forest Green

📋 copy color: '#129E31'

red 18 ◦ green 158 ◦ blue 49

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

Shades of Forest Green #129E31

Tints of Forest Green #129E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.78%

R = 8%
G = 70.22%
B = 21.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#129E31 (or 0x129E31) is known color: Forest Green. HEX triplet: 12, 9E and 31. RGB value is (18,158,49). Sum of RGB (Red+Green+Blue) = 18+158+49=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 158 (62.11% from 255 or 70.22% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 158 - color contains mainly: green. Hex color #129E31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E31 is #ED61CE. Grayscale: #686868. Windows color (decimal): -15557071 or 3251730. OLE color: 3251730.

HSL color Cylindrical-coordinate representation of color #129E31: hue angle of 133.29º 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 #129E31 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 158 49 -
CMYK 0.89 0 0.69 0.38
HSL 133.29º 0.8% 0.35% -
HSV(B) 133.29º 0.89% 0.62% -
XYZ 13.03 24.8 7.01 -
YUV 103.71 97.12 66.86 -
System Red Green Blue C M Y K H S L
Decimal 18 158 49 0.89 0 0.69 0.38 133.29 0.8 0.35
Hex 12 9E 31 59 0 45 26 85 50 23
Octal 22 236 61 131 0 105 46 205 120 43
Binary 10010 10011110 110001 1011001 0 1000101 100110 10000101 1010000 100011

Color Harmonies of #129E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129E31

Black with #129E31

Text Example


Text Example

White with #129E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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