#19812D

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

Shades of Forest Green #19812D

Tints of Forest Green #19812D

Color information

#19812D (or 0x19812D) is unknown color: approx Forest Green. HEX triplet: 19, 81 and 2D. RGB value is (25,129,45). Sum of RGB (Red+Green+Blue) = 25+129+45=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 129 (50.78% from 255 or 64.82% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 129 - color contains mainly: green. Hex color #19812D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19812D is #E67ED2. Grayscale: #585858. Windows color (decimal): -15105747 or 2982169. OLE color: 2982169.

HSL color Cylindrical-coordinate representation of color #19812D: hue angle of 131.54º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19812D is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB2512945-
CMYK0.8100.650.49
HSL131.54º67.53%30.2%-
HSV(B)131.54º80.62%50.59%-
XYZ8.7216.15.13-
YUV88.33103.5482.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 129 (50.78% from 255) = 64.82%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=12.56%
G=64.82%
B=22.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25129450.8100.650.49131.5467.5330.2
Hex19812D510413184441e
Octal312015512101016120410436
Binary110011000000110110110100010100000111000110000100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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