#19862F

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

Shades of Forest Green #19862F

Tints of Forest Green #19862F

Color information

#19862F (or 0x19862F) is unknown color: approx Forest Green. HEX triplet: 19, 86 and 2F. RGB value is (25,134,47). Sum of RGB (Red+Green+Blue) = 25+134+47=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #19862F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19862F is #E679D0. Grayscale: #5B5B5B. Windows color (decimal): -15104465 or 3114521. OLE color: 3114521.

HSL color Cylindrical-coordinate representation of color #19862F: hue angle of 132.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19862F is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB2513447-
CMYK0.8100.650.47
HSL132.11º68.55%31.18%-
HSV(B)132.11º81.34%52.55%-
XYZ9.4417.465.56-
YUV91.49102.8980.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 134 (52.73% from 255) = 65.05%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=12.14%
G=65.05%
B=22.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25134470.8100.650.47132.1168.5531.18
Hex19862F510412F84451f
Octal312065712101015720410537
Binary110011000011010111110100010100000110111110000100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,134,47); }

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

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

 a { background-color: rgb(25,134,47); }

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

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

 span { border-color: rgb(25,134,47); }

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