#1D680C

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

Shades of Green #1D680C

Tints of Green #1D680C

Color information

#1D680C (or 0x1D680C) is unknown color: approx Green. HEX triplet: 1D, 68 and 0C. RGB value is (29,104,12). Sum of RGB (Red+Green+Blue) = 29+104+12=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #1D680C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D680C is #E297F3. Grayscale: #474747. Windows color (decimal): -14850036 or 813085. OLE color: 813085.

HSL color Cylindrical-coordinate representation of color #1D680C: hue angle of 108.91º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D680C is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB2910412-
CMYK0.7200.880.59
HSL108.91º79.31%22.75%-
HSV(B)108.91º88.46%40.78%-
XYZ5.5210.192.02-
YUV71.0994.6597.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20%
GREEN value IS 104 (41.02% from 255) = 71.72%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=20%
G=71.72%
B=8.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29104120.7200.880.59108.9179.3122.75
Hex1D68C480583B6d4f17
Octal351501411001307315511727
Binary11101110100011001001000010110001110111101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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