#1A7710

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

Shades of Forest Green #1A7710

Tints of Forest Green #1A7710

Color information

#1A7710 (or 0x1A7710) is unknown color: approx Forest Green. HEX triplet: 1A, 77 and 10. RGB value is (26,119,16). Sum of RGB (Red+Green+Blue) = 26+119+16=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7710 is #E588EF. Grayscale: #4F4F4F. Windows color (decimal): -15042800 or 1079066. OLE color: 1079066.

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

Color convert

RGB2611916-
CMYK0.7800.870.53
HSL114.17º76.3%26.47%-
HSV(B)114.17º86.55%46.67%-
XYZ7.1213.452.71-
YUV79.4592.1989.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 119 (46.88% from 255) = 73.91%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=16.15%
G=73.91%
B=9.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26119160.7800.870.53114.1776.326.47
Hex1A77104E05735724c1a
Octal321672011601276516211432
Binary110101110111100001001110010101111101011110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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