#13761D

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

Shades of Forest Green #13761D

Tints of Forest Green #13761D

Color information

#13761D (or 0x13761D) is unknown color: approx Forest Green. HEX triplet: 13, 76 and 1D. RGB value is (19,118,29). Sum of RGB (Red+Green+Blue) = 19+118+29=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 118 (46.48% from 255 or 71.08% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 118 - color contains mainly: green. Hex color #13761D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13761D is #EC89E2. Grayscale: #4E4E4E. Windows color (decimal): -15501795 or 1930771. OLE color: 1930771.

HSL color Cylindrical-coordinate representation of color #13761D: hue angle of 126.06º 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 #13761D is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1911829-
CMYK0.8400.750.54
HSL126.06º72.26%26.86%-
HSV(B)126.06º83.9%46.27%-
XYZ6.9713.183.34-
YUV78.25100.285.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 118 (46.48% from 255) = 71.08%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=11.45%
G=71.08%
B=17.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118290.8400.750.54126.0672.2626.86
Hex13761D5404B367e481b
Octal231663512401136617611033
Binary100111110110111011010100010010111101101111110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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