#138212

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

Shades of Forest Green #138212

Tints of Forest Green #138212

Color information

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

HSL color Cylindrical-coordinate representation of color #138212: hue angle of 119.46º 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 #138212 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1913018-
CMYK0.8500.860.49
HSL119.46º75.68%29.02%-
HSV(B)119.46º86.15%50.98%-
XYZ8.3616.153.25-
YUV84.0490.7381.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130180.8500.860.49119.4675.6829.02
Hex1382125505631774c1d
Octal232022212501266116711435
Binary1001110000010100101010101010101101100011110111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138212; }

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

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

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

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

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

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

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

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