#13A330

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

Shades of Forest Green #13A330

Tints of Forest Green #13A330

Color information

#13A330 (or 0x13A330) is unknown color: approx Forest Green. HEX triplet: 13, A3 and 30. RGB value is (19,163,48). Sum of RGB (Red+Green+Blue) = 19+163+48=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 163 (64.06% from 255 or 70.87% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 163 - color contains mainly: green. Hex color #13A330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A330 is #EC5CCF. Grayscale: #6B6B6B. Windows color (decimal): -15490256 or 3187475. OLE color: 3187475.

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

Color convert

RGB1916348-
CMYK0.8800.710.36
HSL132.08º79.12%35.69%-
HSV(B)132.08º88.34%63.92%-
XYZ13.926.557.19-
YUV106.8394.7965.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 163 (64.06% from 255) = 70.87%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=8.26%
G=70.87%
B=20.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19163480.8800.710.36132.0879.1235.69
Hex13A3305804724844f24
Octal232436013001074420411744
Binary1001110100011110000101100001000111100100100001001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,163,48); }

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

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

 a { background-color: rgb(19,163,48); }

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

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

 span { border-color: rgb(19,163,48); }

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