Html Css Color HEX #129C1E Forest Green

📋 copy color: '#129C1E'

red 18 ◦ green 156 ◦ blue 30

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

Shades of Forest Green #129C1E

Tints of Forest Green #129C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.71%

R = 8.82%
G = 76.47%
B = 14.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#129C1E (or 0x129C1E) is known color: Forest Green. HEX triplet: 12, 9C and 1E. RGB value is (18,156,30). Sum of RGB (Red+Green+Blue) = 18+156+30=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 156 (61.33% from 255 or 76.47% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 156 - color contains mainly: green. Hex color #129C1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C1E is #ED63E1. Grayscale: #646464. Windows color (decimal): -15557602 or 2006034. OLE color: 2006034.

HSL color Cylindrical-coordinate representation of color #129C1E: hue angle of 125.22º 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 #129C1E is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 156 30 -
CMYK 0.88 0 0.81 0.39
HSL 125.22º 0.79% 0.34% -
HSV(B) 125.22º 0.88% 0.61% -
XYZ 12.37 24 5.21 -
YUV 100.37 88.28 69.25 -
System Red Green Blue C M Y K H S L
Decimal 18 156 30 0.88 0 0.81 0.39 125.22 0.79 0.34
Hex 12 9C 1E 58 0 51 27 7D 4F 22
Octal 22 234 36 130 0 121 47 175 117 42
Binary 10010 10011100 11110 1011000 0 1010001 100111 1111101 1001111 100010

Color Harmonies of #129C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129C1E

Black with #129C1E

Text Example


Text Example

White with #129C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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