Html Css Color HEX #129014 Forest Green

📋 copy color: '#129014'

red 18 ◦ green 144 ◦ blue 20

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

Shades of Forest Green #129014

Tints of Forest Green #129014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 79.12%

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 9.89%
G = 79.12%
B = 10.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#129014 (or 0x129014) is known color: Forest Green. HEX triplet: 12, 90 and 14. RGB value is (18,144,20). Sum of RGB (Red+Green+Blue) = 18+144+20=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 144 (56.64% from 255 or 79.12% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 144 - color contains mainly: green. Hex color #129014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129014 is #ED6FEB. Grayscale: #5C5C5C. Windows color (decimal): -15560684 or 1347602. OLE color: 1347602.

HSL color Cylindrical-coordinate representation of color #129014: hue angle of 120.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129014 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 20 -
CMYK 0.88 0 0.86 0.44
HSL 120.95º 0.78% 0.32% -
HSV(B) 120.95º 0.88% 0.56% -
XYZ 10.35 20.13 4 -
YUV 92.19 87.26 75.08 -
System Red Green Blue C M Y K H S L
Decimal 18 144 20 0.88 0 0.86 0.44 120.95 0.78 0.32
Hex 12 90 14 58 0 56 2C 79 4E 20
Octal 22 220 24 130 0 126 54 171 116 40
Binary 10010 10010000 10100 1011000 0 1010110 101100 1111001 1001110 100000

Color Harmonies of #129014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129014

Black with #129014

Text Example


Text Example

White with #129014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129014; }

 p { color: rgb(18,144,20); }

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

background-color css

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

 a { background-color: rgb(18,144,20); }

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

border-color css

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

 span { border-color: rgb(18,144,20); }

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