#13901C

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

Shades of Forest Green #13901C

Tints of Forest Green #13901C

Color information

#13901C (or 0x13901C) is unknown color: approx Forest Green. HEX triplet: 13, 90 and 1C. RGB value is (19,144,28). Sum of RGB (Red+Green+Blue) = 19+144+28=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 144 (56.64% from 255 or 75.39% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 144 - color contains mainly: green. Hex color #13901C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13901C is #EC6FE3. Grayscale: #5D5D5D. Windows color (decimal): -15495140 or 1871891. OLE color: 1871891.

HSL color Cylindrical-coordinate representation of color #13901C: hue angle of 124.32º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13901C is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1914428-
CMYK0.8700.810.44
HSL124.32º76.69%31.96%-
HSV(B)124.32º86.81%56.47%-
XYZ10.4520.174.44-
YUV93.491.0974.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 144 (56.64% from 255) = 75.39%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=9.95%
G=75.39%
B=14.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19144280.8700.810.44124.3276.6931.96
Hex13901C570512C7c4d20
Octal232203412701215417411540
Binary10011100100001110010101110101000110110011111001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13901C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13901C; }

 p { color: rgb(19,144,28); }

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

<style>
 a { background-color: #13901C; }

 a { background-color: rgb(19,144,28); }

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

<style>
 span { border-color: #13901C; }

 span { border-color: rgb(19,144,28); }

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