#129814

Color #129814 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #129814

Tints of Forest Green #129814

Color information

#129814 (or 0x129814) is unknown color: approx Forest Green. HEX triplet: 12, 98 and 14. RGB value is (18,152,20). Sum of RGB (Red+Green+Blue) = 18+152+20=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 152 (59.77% from 255 or 80% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 152 - color contains mainly: green. Hex color #129814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129814 is #ED67EB. Grayscale: #616161. Windows color (decimal): -15558636 or 1349650. OLE color: 1349650.

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

Color convert

RGB1815220-
CMYK0.8800.870.40
HSL120.9º78.82%33.33%-
HSV(B)120.9º88.16%59.61%-
XYZ11.622.644.42-
YUV96.8984.6171.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 152 (59.77% from 255) = 80%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=9.47%
G=80%
B=10.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18152200.8800.870.40120.978.8233.33
Hex1298145805728794f21
Octal222302413001275017111741
Binary10010100110001010010110000101011110100011110011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129814; }

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

 H1.HeaderClassName
 {
   color: #129814;
 }
 .AnyTagClassName
 {
   color: #129814;
 }
</style>
background-color css

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

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

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

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

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

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