Html Css Color HEX #129C2E Forest Green

📋 copy color: '#129C2E'

red 18 ◦ green 156 ◦ blue 46

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

Shades of Forest Green #129C2E

Tints of Forest Green #129C2E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 70.91%

 BLUE value IS 46 (18.36% from 255) = 20.91%

R = 8.18%
G = 70.91%
B = 20.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#129C2E (or 0x129C2E) is known color: Forest Green. HEX triplet: 12, 9C and 2E. RGB value is (18,156,46). Sum of RGB (Red+Green+Blue) = 18+156+46=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 156 (61.33% from 255 or 70.91% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 156 - color contains mainly: green. Hex color #129C2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C2E is #ED63D1. Grayscale: #666666. Windows color (decimal): -15557586 or 3054610. OLE color: 3054610.

HSL color Cylindrical-coordinate representation of color #129C2E: hue angle of 132.17º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C2E is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 156 46 -
CMYK 0.88 0 0.71 0.39
HSL 132.17º 0.79% 0.34% -
HSV(B) 132.17º 0.88% 0.61% -
XYZ 12.63 24.1 6.57 -
YUV 102.2 96.28 67.94 -
System Red Green Blue C M Y K H S L
Decimal 18 156 46 0.88 0 0.71 0.39 132.17 0.79 0.34
Hex 12 9C 2E 58 0 47 27 84 4F 22
Octal 22 234 56 130 0 107 47 204 117 42
Binary 10010 10011100 101110 1011000 0 1000111 100111 10000100 1001111 100010

Color Harmonies of #129C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129C2E

Black with #129C2E

Text Example


Text Example

White with #129C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,156,46); }

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

background-color css

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

 a { background-color: rgb(18,156,46); }

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

border-color css

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

 span { border-color: rgb(18,156,46); }

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