#1A761D

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

Shades of Forest Green #1A761D

Tints of Forest Green #1A761D

Color information

#1A761D (or 0x1A761D) is unknown color: approx Forest Green. HEX triplet: 1A, 76 and 1D. RGB value is (26,118,29). Sum of RGB (Red+Green+Blue) = 26+118+29=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 118 (46.48% from 255 or 68.21% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 118 - color contains mainly: green. Hex color #1A761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A761D is #E589E2. Grayscale: #505050. Windows color (decimal): -15043043 or 1930778. OLE color: 1930778.

HSL color Cylindrical-coordinate representation of color #1A761D: hue angle of 121.96º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A761D is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB2611829-
CMYK0.7800.750.54
HSL121.96º63.89%28.24%-
HSV(B)121.96º77.97%46.27%-
XYZ7.1313.273.35-
YUV80.3599.0289.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 118 (46.48% from 255) = 68.21%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=15.03%
G=68.21%
B=16.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118290.7800.750.54121.9663.8928.24
Hex1A761D4E04B367a401c
Octal321663511601136617210034
Binary110101110110111011001110010010111101101111010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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