#1D680A

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

Shades of Green #1D680A

Tints of Green #1D680A

Color information

#1D680A (or 0x1D680A) is unknown color: approx Green. HEX triplet: 1D, 68 and 0A. RGB value is (29,104,10). Sum of RGB (Red+Green+Blue) = 29+104+10=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 104 (41.02% from 255 or 72.73% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 104 - color contains mainly: green. Hex color #1D680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D680A is #E297F5. Grayscale: #474747. Windows color (decimal): -14850038 or 682013. OLE color: 682013.

HSL color Cylindrical-coordinate representation of color #1D680A: hue angle of 107.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D680A is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB2910410-
CMYK0.7200.900.59
HSL107.87º82.46%22.35%-
HSV(B)107.87º90.38%40.78%-
XYZ5.5110.181.96-
YUV70.8693.6598.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 104 (41.02% from 255) = 72.73%
BLUE value IS 10 (4.30% from 255) = 6.99%
R=20.28%
G=72.73%
B=6.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29104100.7200.900.59107.8782.4622.35
Hex1D68A4805A3B6c5216
Octal351501211001327315412226
Binary11101110100010101001000010110101110111101100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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