#13952C

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

Shades of Forest Green #13952C

Tints of Forest Green #13952C

Color information

#13952C (or 0x13952C) is unknown color: approx Forest Green. HEX triplet: 13, 95 and 2C. RGB value is (19,149,44). Sum of RGB (Red+Green+Blue) = 19+149+44=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #13952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13952C is #EC6AD3. Grayscale: #626262. Windows color (decimal): -15493844 or 2921747. OLE color: 2921747.

HSL color Cylindrical-coordinate representation of color #13952C: hue angle of 131.54º 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 #13952C is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1914944-
CMYK0.8700.700.42
HSL131.54º77.38%32.94%-
HSV(B)131.54º87.25%58.43%-
XYZ11.4721.825.99-
YUV98.1697.4371.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 149 (58.59% from 255) = 70.28%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=8.96%
G=70.28%
B=20.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19149440.8700.700.42131.5477.3832.94
Hex13952C570462A844d21
Octal232255412701065220411541
Binary1001110010101101100101011101000110101010100001001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13952C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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