#128213

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

Shades of Forest Green #128213

Tints of Forest Green #128213

Color information

#128213 (or 0x128213) is unknown color: approx Forest Green. HEX triplet: 12, 82 and 13. RGB value is (18,130,19). Sum of RGB (Red+Green+Blue) = 18+130+19=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 130 (51.17% from 255 or 77.84% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 130 - color contains mainly: green. Hex color #128213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128213 is #ED7DEC. Grayscale: #545454. Windows color (decimal): -15564269 or 1278482. OLE color: 1278482.

HSL color Cylindrical-coordinate representation of color #128213: hue angle of 120.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128213 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1813019-
CMYK0.8600.850.49
HSL120.54º75.68%29.02%-
HSV(B)120.54º86.15%50.98%-
XYZ8.3516.143.29-
YUV83.8691.3981.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 130 (51.17% from 255) = 77.84%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=10.78%
G=77.84%
B=11.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130190.8600.850.49120.5475.6829.02
Hex1282135605531794c1d
Octal222022312601256117111435
Binary1001010000010100111010110010101011100011111001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128213; }

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

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

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

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

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

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

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

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