#13A222

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

Shades of Forest Green #13A222

Tints of Forest Green #13A222

Color information

#13A222 (or 0x13A222) is unknown color: approx Forest Green. HEX triplet: 13, A2 and 22. RGB value is (19,162,34). Sum of RGB (Red+Green+Blue) = 19+162+34=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 162 (63.67% from 255 or 75.35% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 162 - color contains mainly: green. Hex color #13A222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A222 is #EC5DDD. Grayscale: #696969. Windows color (decimal): -15490526 or 2269715. OLE color: 2269715.

HSL color Cylindrical-coordinate representation of color #13A222: hue angle of 126.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A222 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1916234-
CMYK0.8800.790.36
HSL126.29º79.01%35.49%-
HSV(B)126.29º88.27%63.53%-
XYZ13.4826.095.84-
YUV104.6588.1266.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 162 (63.67% from 255) = 75.35%
BLUE value IS 34 (13.67% from 255) = 15.81%
R=8.84%
G=75.35%
B=15.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19162340.8800.790.36126.2979.0135.49
Hex13A2225804F247e4f23
Octal232424213001174417611743
Binary100111010001010001010110000100111110010011111101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13A222; }

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

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

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

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

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

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

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

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