#1D771A

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

Shades of Forest Green #1D771A

Tints of Forest Green #1D771A

Color information

#1D771A (or 0x1D771A) is unknown color: approx Forest Green. HEX triplet: 1D, 77 and 1A. RGB value is (29,119,26). Sum of RGB (Red+Green+Blue) = 29+119+26=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #1D771A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D771A is #E288E5. Grayscale: #515151. Windows color (decimal): -14846182 or 1734429. OLE color: 1734429.

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

Color convert

RGB2911926-
CMYK0.7600.780.53
HSL118.06º64.14%28.43%-
HSV(B)118.06º78.15%46.67%-
XYZ7.2913.533.2-
YUV81.4996.6890.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.67%
GREEN value IS 119 (46.88% from 255) = 68.39%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=16.67%
G=68.39%
B=14.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29119260.7600.780.53118.0664.1428.43
Hex1D771A4C04E3576401c
Octal351673211401166516610034
Binary111011110111110101001100010011101101011110110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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