#138222

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

Shades of Forest Green #138222

Tints of Forest Green #138222

Color information

#138222 (or 0x138222) is unknown color: approx Forest Green. HEX triplet: 13, 82 and 22. RGB value is (19,130,34). Sum of RGB (Red+Green+Blue) = 19+130+34=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #138222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138222 is #EC7DDD. Grayscale: #565656. Windows color (decimal): -15498718 or 2261523. OLE color: 2261523.

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

Color convert

RGB1913034-
CMYK0.8500.740.49
HSL128.11º74.5%29.22%-
HSV(B)128.11º85.38%50.98%-
XYZ8.5416.224.19-
YUV85.8798.7380.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 130 (51.17% from 255) = 71.04%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=10.38%
G=71.04%
B=18.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130340.8500.740.49128.1174.529.22
Hex1382225504A31804a1d
Octal232024212501126120011235
Binary100111000001010001010101010100101011000110000000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138222; }

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

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

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

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

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

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

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

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