#129813

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

Shades of Forest Green #129813

Tints of Forest Green #129813

Color information

#129813 (or 0x129813) is unknown color: approx Forest Green. HEX triplet: 12, 98 and 13. RGB value is (18,152,19). Sum of RGB (Red+Green+Blue) = 18+152+19=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 152 (59.77% from 255 or 80.42% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 152 - color contains mainly: green. Hex color #129813 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129813 is #ED67EC. Grayscale: #616161. Windows color (decimal): -15558637 or 1284114. OLE color: 1284114.

HSL color Cylindrical-coordinate representation of color #129813: hue angle of 120.45º 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 #129813 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB1815219-
CMYK0.8800.870.40
HSL120.45º78.82%33.33%-
HSV(B)120.45º88.16%59.61%-
XYZ11.622.634.37-
YUV96.7784.1171.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 152 (59.77% from 255) = 80.42%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=9.52%
G=80.42%
B=10.05%

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
Decimal18152190.8800.870.40120.4578.8233.33
Hex1298135805728784f21
Octal222302313001275017011741
Binary10010100110001001110110000101011110100011110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129813; }

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

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

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

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

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

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

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

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