#1D780A

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

Shades of Forest Green #1D780A

Tints of Forest Green #1D780A

Color information

#1D780A (or 0x1D780A) is unknown color: approx Forest Green. HEX triplet: 1D, 78 and 0A. RGB value is (29,120,10). Sum of RGB (Red+Green+Blue) = 29+120+10=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 120 (47.27% from 255 or 75.47% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 120 - color contains mainly: green. Hex color #1D780A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D780A is #E287F5. Grayscale: #505050. Windows color (decimal): -14845942 or 686109. OLE color: 686109.

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

Color convert

RGB2912010-
CMYK0.7600.920.53
HSL109.64º84.62%25.49%-
HSV(B)109.64º91.67%47.06%-
XYZ7.2813.722.55-
YUV80.2588.3591.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 120 (47.27% from 255) = 75.47%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=18.24%
G=75.47%
B=6.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29120100.7600.920.53109.6484.6225.49
Hex1D78A4C05C356e5519
Octal351701211401346515612531
Binary11101111100010101001100010111001101011101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,120,10); }

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

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

 a { background-color: rgb(29,120,10); }

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

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

 span { border-color: rgb(29,120,10); }

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