#1D700A

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

Shades of Green #1D700A

Tints of Green #1D700A

Color information

#1D700A (or 0x1D700A) is unknown color: approx Green. HEX triplet: 1D, 70 and 0A. RGB value is (29,112,10). Sum of RGB (Red+Green+Blue) = 29+112+10=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #1D700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D700A is #E28FF5. Grayscale: #4B4B4B. Windows color (decimal): -14847990 or 684061. OLE color: 684061.

HSL color Cylindrical-coordinate representation of color #1D700A: hue angle of 108.82º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D700A is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB2911210-
CMYK0.7400.910.56
HSL108.82º83.61%23.92%-
HSV(B)108.82º91.07%43.92%-
XYZ6.3611.872.24-
YUV75.559194.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.21%
GREEN value IS 112 (44.14% from 255) = 74.17%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=19.21%
G=74.17%
B=6.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29112100.7400.910.56108.8283.6123.92
Hex1D70A4A05B386d5418
Octal351601211201337015512430
Binary11101111000010101001010010110111110001101101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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