#13851E

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

Shades of Forest Green #13851E

Tints of Forest Green #13851E

Color information

#13851E (or 0x13851E) is unknown color: approx Forest Green. HEX triplet: 13, 85 and 1E. RGB value is (19,133,30). Sum of RGB (Red+Green+Blue) = 19+133+30=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #13851E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13851E is #EC7AE1. Grayscale: #575757. Windows color (decimal): -15497954 or 2000147. OLE color: 2000147.

HSL color Cylindrical-coordinate representation of color #13851E: hue angle of 125.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13851E is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1913330-
CMYK0.8600.770.48
HSL125.79º75%29.8%-
HSV(B)125.79º85.71%52.16%-
XYZ8.8917.014.04-
YUV87.1795.7379.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 133 (52.34% from 255) = 73.08%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=10.44%
G=73.08%
B=16.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19133300.8600.770.48125.797529.8
Hex13851E5604D307e4b1e
Octal232053612601156017611336
Binary1001110000101111101010110010011011100001111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13851E; }

 p { color: rgb(19,133,30); }

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

<style>
 a { background-color: #13851E; }

 a { background-color: rgb(19,133,30); }

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

<style>
 span { border-color: #13851E; }

 span { border-color: rgb(19,133,30); }

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