#13761C

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

Shades of Forest Green #13761C

Tints of Forest Green #13761C

Color information

#13761C (or 0x13761C) is unknown color: approx Forest Green. HEX triplet: 13, 76 and 1C. RGB value is (19,118,28). Sum of RGB (Red+Green+Blue) = 19+118+28=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 118 (46.48% from 255 or 71.52% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 118 - color contains mainly: green. Hex color #13761C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13761C is #EC89E3. Grayscale: #4E4E4E. Windows color (decimal): -15501796 or 1865235. OLE color: 1865235.

HSL color Cylindrical-coordinate representation of color #13761C: hue angle of 125.45º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13761C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1911828-
CMYK0.8400.760.54
HSL125.45º72.26%26.86%-
HSV(B)125.45º83.9%46.27%-
XYZ6.9613.183.28-
YUV78.1499.785.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 118 (46.48% from 255) = 71.52%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=11.52%
G=71.52%
B=16.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118280.8400.760.54125.4572.2626.86
Hex13761C5404C367d481b
Octal231663412401146617511033
Binary100111110110111001010100010011001101101111101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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