#13751A

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

Shades of Forest Green #13751A

Tints of Forest Green #13751A

Color information

#13751A (or 0x13751A) is unknown color: approx Forest Green. HEX triplet: 13, 75 and 1A. RGB value is (19,117,26). Sum of RGB (Red+Green+Blue) = 19+117+26=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #13751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13751A is #EC8AE5. Grayscale: #4D4D4D. Windows color (decimal): -15502054 or 1733907. OLE color: 1733907.

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

Color convert

RGB1911726-
CMYK0.8400.780.54
HSL124.29º72.06%26.67%-
HSV(B)124.29º83.76%45.88%-
XYZ6.8212.943.11-
YUV77.3299.0386.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 117 (46.09% from 255) = 72.22%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=11.73%
G=72.22%
B=16.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117260.8400.780.54124.2972.0626.67
Hex13751A5404E367c481b
Octal231653212401166617411033
Binary100111110101110101010100010011101101101111100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13751A; }

 p { color: rgb(19,117,26); }

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

<style>
 a { background-color: #13751A; }

 a { background-color: rgb(19,117,26); }

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

<style>
 span { border-color: #13751A; }

 span { border-color: rgb(19,117,26); }

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