#1D690D

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

Shades of Green #1D690D

Tints of Green #1D690D

Color information

#1D690D (or 0x1D690D) is unknown color: approx Green. HEX triplet: 1D, 69 and 0D. RGB value is (29,105,13). Sum of RGB (Red+Green+Blue) = 29+105+13=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 105 (41.41% from 255 or 71.43% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 105 - color contains mainly: green. Hex color #1D690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D690D is #E296F2. Grayscale: #484848. Windows color (decimal): -14849779 or 878877. OLE color: 878877.

HSL color Cylindrical-coordinate representation of color #1D690D: hue angle of 109.57º degrees, saturation: 0.78, 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 #1D690D is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB2910513-
CMYK0.7200.880.59
HSL109.57º77.97%23.14%-
HSV(B)109.57º87.62%41.18%-
XYZ5.6310.392.09-
YUV71.7994.8297.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 105 (41.41% from 255) = 71.43%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=19.73%
G=71.43%
B=8.84%

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
Decimal29105130.7200.880.59109.5777.9723.14
Hex1D69D480583B6e4e17
Octal351511511001307315611627
Binary11101110100111011001000010110001110111101110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D690D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,105,13); }

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

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

 a { background-color: rgb(29,105,13); }

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

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

 span { border-color: rgb(29,105,13); }

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