Html Css Color HEX #129A2A Forest Green

📋 copy color: '#129A2A'

red 18 ◦ green 154 ◦ blue 42

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

Shades of Forest Green #129A2A

Tints of Forest Green #129A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 71.96%

 BLUE value IS 42 (16.8% from 255) = 19.63%

R = 8.41%
G = 71.96%
B = 19.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#129A2A (or 0x129A2A) is known color: Forest Green. HEX triplet: 12, 9A and 2A. RGB value is (18,154,42). Sum of RGB (Red+Green+Blue) = 18+154+42=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 154 (60.55% from 255 or 71.96% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 154 - color contains mainly: green. Hex color #129A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129A2A is #ED65D5. Grayscale: #646464. Windows color (decimal): -15558102 or 2791954. OLE color: 2791954.

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

Color convert

RGB 18 154 42 -
CMYK 0.88 0 0.73 0.40
HSL 130.59º 0.79% 0.34% -
HSV(B) 130.59º 0.88% 0.6% -
XYZ 12.22 23.41 6.06 -
YUV 100.57 94.94 69.11 -
System Red Green Blue C M Y K H S L
Decimal 18 154 42 0.88 0 0.73 0.40 130.59 0.79 0.34
Hex 12 9A 2A 58 0 49 28 83 4F 22
Octal 22 232 52 130 0 111 50 203 117 42
Binary 10010 10011010 101010 1011000 0 1001001 101000 10000011 1001111 100010

Color Harmonies of #129A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129A2A

Black with #129A2A

Text Example


Text Example

White with #129A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,154,42); }

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

background-color css

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

 a { background-color: rgb(18,154,42); }

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

border-color css

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

 span { border-color: rgb(18,154,42); }

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