#13a02e

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

Shades of Forest Green #13A02E

Tints of Forest Green #13A02E

Color information

#13A02E (or 0x13A02E) is unknown color: approx Forest Green. HEX triplet: 13, A0 and 2E. RGB value is (19,160,46). Sum of RGB (Red+Green+Blue) = 19+160+46=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 160 (62.89% from 255 or 71.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 160 - color contains mainly: green. Hex color #13A02E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A02E is #EC5FD1. Grayscale: #696969. Windows color (decimal): -15491026 or 3055635. OLE color: 3055635.

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

Color convert

RGB1916046-
CMYK0.8800.710.37
HSL131.49º78.77%35.1%-
HSV(B)131.49º88.13%62.75%-
XYZ13.3325.486.8-
YUV104.8494.7966.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 160 (62.89% from 255) = 71.11%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=8.44%
G=71.11%
B=20.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal19160460.8800.710.37131.4978.7735.1
Hex13A02E5804725834f23
Octal232405613001074520311743
Binary1001110100000101110101100001000111100101100000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13a02e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,160,46); }

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

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

 a { background-color: rgb(19,160,46); }

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

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

 span { border-color: rgb(19,160,46); }

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