#19862A

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

Shades of Forest Green #19862A

Tints of Forest Green #19862A

Color information

#19862A (or 0x19862A) is unknown color: approx Forest Green. HEX triplet: 19, 86 and 2A. RGB value is (25,134,42). Sum of RGB (Red+Green+Blue) = 25+134+42=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #19862A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19862A is #E679D5. Grayscale: #5B5B5B. Windows color (decimal): -15104470 or 2786841. OLE color: 2786841.

HSL color Cylindrical-coordinate representation of color #19862A: hue angle of 129.36º 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 #19862A is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB2513442-
CMYK0.8100.690.47
HSL129.36º68.55%31.18%-
HSV(B)129.36º81.34%52.55%-
XYZ9.3417.425.06-
YUV90.92100.3980.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 134 (52.73% from 255) = 66.67%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=12.44%
G=66.67%
B=20.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25134420.8100.690.47129.3668.5531.18
Hex19862A510452F81451f
Octal312065212101055720110537
Binary110011000011010101010100010100010110111110000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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