Html Css Color HEX #129F34 Forest Green

📋 copy color: '#129F34'

red 18 ◦ green 159 ◦ blue 52

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

Shades of Forest Green #129F34

Tints of Forest Green #129F34

RGB

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

 GREEN value IS 159 (62.5% from 255) = 69.43%

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 7.86%
G = 69.43%
B = 22.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#129F34 (or 0x129F34) is known color: Forest Green. HEX triplet: 12, 9F and 34. RGB value is (18,159,52). Sum of RGB (Red+Green+Blue) = 18+159+52=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 159 (62.5% from 255 or 69.43% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 159 - color contains mainly: green. Hex color #129F34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F34 is #ED60CB. Grayscale: #686868. Windows color (decimal): -15556812 or 3448594. OLE color: 3448594.

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

Color convert

RGB 18 159 52 -
CMYK 0.89 0 0.67 0.38
HSL 134.47º 0.8% 0.35% -
HSV(B) 134.47º 0.89% 0.62% -
XYZ 13.27 25.17 7.41 -
YUV 104.64 98.29 66.2 -
System Red Green Blue C M Y K H S L
Decimal 18 159 52 0.89 0 0.67 0.38 134.47 0.8 0.35
Hex 12 9F 34 59 0 43 26 86 50 23
Octal 22 237 64 131 0 103 46 206 120 43
Binary 10010 10011111 110100 1011001 0 1000011 100110 10000110 1010000 100011

Color Harmonies of #129F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F34

Black with #129F34

Text Example


Text Example

White with #129F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,159,52); }

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

background-color css

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

 a { background-color: rgb(18,159,52); }

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

border-color css

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

 span { border-color: rgb(18,159,52); }

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