#138211

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

Shades of Forest Green #138211

Tints of Forest Green #138211

Color information

#138211 (or 0x138211) is unknown color: approx Forest Green. HEX triplet: 13, 82 and 11. RGB value is (19,130,17). Sum of RGB (Red+Green+Blue) = 19+130+17=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #138211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138211 is #EC7DEE. Grayscale: #545454. Windows color (decimal): -15498735 or 1147411. OLE color: 1147411.

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

Color convert

RGB1913017-
CMYK0.8500.870.49
HSL118.94º76.87%28.82%-
HSV(B)118.94º86.92%50.98%-
XYZ8.3516.143.21-
YUV83.9390.2381.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 130 (51.17% from 255) = 78.31%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=11.45%
G=78.31%
B=10.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130170.8500.870.49118.9476.8728.82
Hex1382115505731774d1d
Octal232022112501276116711535
Binary1001110000010100011010101010101111100011110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138211; }

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

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

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

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

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

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

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

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