#13952A

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

Shades of Forest Green #13952A

Tints of Forest Green #13952A

Color information

#13952A (or 0x13952A) is unknown color: approx Forest Green. HEX triplet: 13, 95 and 2A. RGB value is (19,149,42). Sum of RGB (Red+Green+Blue) = 19+149+42=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #13952A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13952A is #EC6AD5. Grayscale: #626262. Windows color (decimal): -15493846 or 2790675. OLE color: 2790675.

HSL color Cylindrical-coordinate representation of color #13952A: hue angle of 130.62º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13952A is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1914942-
CMYK0.8700.720.42
HSL130.62º77.38%32.94%-
HSV(B)130.62º87.25%58.43%-
XYZ11.4321.85.8-
YUV97.9396.4371.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 149 (58.59% from 255) = 70.95%
BLUE value IS 42 (16.80% from 255) = 20%
R=9.05%
G=70.95%
B=20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19149420.8700.720.42130.6277.3832.94
Hex13952A570482A834d21
Octal232255212701105220311541
Binary1001110010101101010101011101001000101010100000111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13952A; }

 p { color: rgb(19,149,42); }

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

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

 a { background-color: rgb(19,149,42); }

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

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

 span { border-color: rgb(19,149,42); }

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