#1D6F07

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

Shades of Green #1D6F07

Tints of Green #1D6F07

Color information

#1D6F07 (or 0x1D6F07) is unknown color: approx Green. HEX triplet: 1D, 6F and 07. RGB value is (29,111,7). Sum of RGB (Red+Green+Blue) = 29+111+7=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 111 (43.75% from 255 or 75.51% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6F07 is #E290F8. Grayscale: #4A4A4A. Windows color (decimal): -14848249 or 487197. OLE color: 487197.

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

Color convert

RGB291117-
CMYK0.7400.940.56
HSL107.31º88.14%23.14%-
HSV(B)107.31º93.69%43.53%-
XYZ6.2311.652.12-
YUV74.6389.8395.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 111 (43.75% from 255) = 75.51%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=19.73%
G=75.51%
B=4.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2911170.7400.940.56107.3188.1423.14
Hex1D6F74A05E386b5817
Octal35157711201367015313027
Binary1110111011111111001010010111101110001101011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,111,7); }

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

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

 a { background-color: rgb(29,111,7); }

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

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

 span { border-color: rgb(29,111,7); }

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