#13932B

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

Shades of Forest Green #13932B

Tints of Forest Green #13932B

Color information

#13932B (or 0x13932B) is unknown color: approx Forest Green. HEX triplet: 13, 93 and 2B. RGB value is (19,147,43). Sum of RGB (Red+Green+Blue) = 19+147+43=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 147 (57.81% from 255 or 70.33% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 147 - color contains mainly: green. Hex color #13932B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13932B is #EC6CD4. Grayscale: #616161. Windows color (decimal): -15494357 or 2855699. OLE color: 2855699.

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

Color convert

RGB1914743-
CMYK0.8700.710.42
HSL131.25º77.11%32.55%-
HSV(B)131.25º87.07%57.65%-
XYZ11.1421.185.79-
YUV96.8797.5972.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 147 (57.81% from 255) = 70.33%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=9.09%
G=70.33%
B=20.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19147430.8700.710.42131.2577.1132.55
Hex13932B570472A834d21
Octal232235312701075220311541
Binary1001110010011101011101011101000111101010100000111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13932B; }

 p { color: rgb(19,147,43); }

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

<style>
 a { background-color: #13932B; }

 a { background-color: rgb(19,147,43); }

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

<style>
 span { border-color: #13932B; }

 span { border-color: rgb(19,147,43); }

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