Html Css Color HEX #129634 Forest Green

📋 copy color: '#129634'

red 18 ◦ green 150 ◦ blue 52

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

Shades of Forest Green #129634

Tints of Forest Green #129634

RGB

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

 GREEN value IS 150 (58.98% from 255) = 68.18%

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

R = 8.18%
G = 68.18%
B = 23.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#129634 (or 0x129634) is known color: Forest Green. HEX triplet: 12, 96 and 34. RGB value is (18,150,52). Sum of RGB (Red+Green+Blue) = 18+150+52=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 150 (58.98% from 255 or 68.18% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 150 - color contains mainly: green. Hex color #129634 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129634 is #ED69CB. Grayscale: #636363. Windows color (decimal): -15559116 or 3446290. OLE color: 3446290.

HSL color Cylindrical-coordinate representation of color #129634: hue angle of 135.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129634 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 52 -
CMYK 0.88 0 0.65 0.41
HSL 135.45º 0.79% 0.33% -
HSV(B) 135.45º 0.88% 0.59% -
XYZ 11.78 22.19 6.91 -
YUV 99.36 101.27 69.97 -
System Red Green Blue C M Y K H S L
Decimal 18 150 52 0.88 0 0.65 0.41 135.45 0.79 0.33
Hex 12 96 34 58 0 41 29 87 4F 21
Octal 22 226 64 130 0 101 51 207 117 41
Binary 10010 10010110 110100 1011000 0 1000001 101001 10000111 1001111 100001

Color Harmonies of #129634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129634

Black with #129634

Text Example


Text Example

White with #129634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129634; }

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

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

background-color css

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

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

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

border-color css

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

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

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