#19961F

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

Shades of Forest Green #19961F

Tints of Forest Green #19961F

Color information

#19961F (or 0x19961F) is unknown color: approx Forest Green. HEX triplet: 19, 96 and 1F. RGB value is (25,150,31). Sum of RGB (Red+Green+Blue) = 25+150+31=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 150 (58.98% from 255 or 72.82% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 150 - color contains mainly: green. Hex color #19961F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19961F is #E669E0. Grayscale: #636363. Windows color (decimal): -15100385 or 2070041. OLE color: 2070041.

HSL color Cylindrical-coordinate representation of color #19961F: hue angle of 122.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19961F is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB2515031-
CMYK0.8300.790.41
HSL122.88º71.43%34.31%-
HSV(B)122.88º83.33%58.82%-
XYZ11.5522.124.96-
YUV99.0689.5975.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 150 (58.98% from 255) = 72.82%
BLUE value IS 31 (12.5% from 255) = 15.05%
R=12.14%
G=72.82%
B=15.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25150310.8300.790.41122.8871.4334.31
Hex19961F5304F297b4722
Octal312263712301175117310742
Binary11001100101101111110100110100111110100111110111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19961F; }

 p { color: rgb(25,150,31); }

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

<style>
 a { background-color: #19961F; }

 a { background-color: rgb(25,150,31); }

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

<style>
 span { border-color: #19961F; }

 span { border-color: rgb(25,150,31); }

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