#1A7713

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

Shades of Forest Green #1A7713

Tints of Forest Green #1A7713

Color information

#1A7713 (or 0x1A7713) is unknown color: approx Forest Green. HEX triplet: 1A, 77 and 13. RGB value is (26,119,19). Sum of RGB (Red+Green+Blue) = 26+119+19=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 119 (46.88% from 255 or 72.56% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7713 is #E588EC. Grayscale: #505050. Windows color (decimal): -15042797 or 1275674. OLE color: 1275674.

HSL color Cylindrical-coordinate representation of color #1A7713: hue angle of 115.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A7713 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB2611919-
CMYK0.7800.840.53
HSL115.8º72.46%27.06%-
HSV(B)115.8º84.03%46.67%-
XYZ7.1413.462.84-
YUV79.7993.6989.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.85%
GREEN value IS 119 (46.88% from 255) = 72.56%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=15.85%
G=72.56%
B=11.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26119190.7800.840.53115.872.4627.06
Hex1A77134E0543574481b
Octal321672311601246516411033
Binary110101110111100111001110010101001101011110100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A7713; }

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

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

<style>
 a { background-color: #1A7713; }

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

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

<style>
 span { border-color: #1A7713; }

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

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