#19932D

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

Shades of Forest Green #19932D

Tints of Forest Green #19932D

Color information

#19932D (or 0x19932D) is unknown color: approx Forest Green. HEX triplet: 19, 93 and 2D. RGB value is (25,147,45). Sum of RGB (Red+Green+Blue) = 25+147+45=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #19932D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19932D is #E66CD2. Grayscale: #636363. Windows color (decimal): -15101139 or 2986777. OLE color: 2986777.

HSL color Cylindrical-coordinate representation of color #19932D: hue angle of 129.84º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19932D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB2514745-
CMYK0.8300.690.42
HSL129.84º70.93%33.73%-
HSV(B)129.84º82.99%57.65%-
XYZ11.3121.265.99-
YUV98.8997.5875.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 147 (57.81% from 255) = 67.74%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=11.52%
G=67.74%
B=20.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25147450.8300.690.42129.8470.9333.73
Hex19932D530452A824722
Octal312235512301055220210742
Binary1100110010011101101101001101000101101010100000101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19932D; }

 p { color: rgb(25,147,45); }

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

<style>
 a { background-color: #19932D; }

 a { background-color: rgb(25,147,45); }

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

<style>
 span { border-color: #19932D; }

 span { border-color: rgb(25,147,45); }

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