#13761E

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

Shades of Forest Green #13761E

Tints of Forest Green #13761E

Color information

#13761E (or 0x13761E) is unknown color: approx Forest Green. HEX triplet: 13, 76 and 1E. RGB value is (19,118,30). Sum of RGB (Red+Green+Blue) = 19+118+30=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #13761E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13761E is #EC89E1. Grayscale: #4E4E4E. Windows color (decimal): -15501794 or 1996307. OLE color: 1996307.

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

Color convert

RGB1911830-
CMYK0.8400.750.54
HSL126.67º72.26%26.86%-
HSV(B)126.67º83.9%46.27%-
XYZ6.9813.193.41-
YUV78.37100.785.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 118 (46.48% from 255) = 70.66%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=11.38%
G=70.66%
B=17.96%

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
Decimal19118300.8400.750.54126.6772.2626.86
Hex13761E5404B367f481b
Octal231663612401136617711033
Binary100111110110111101010100010010111101101111111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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