#1D7F05

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

Shades of Green #1D7F05

Tints of Green #1D7F05

Color information

#1D7F05 (or 0x1D7F05) is unknown color: approx Green. HEX triplet: 1D, 7F and 05. RGB value is (29,127,5). Sum of RGB (Red+Green+Blue) = 29+127+5=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 127 (50% from 255 or 78.88% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7F05 is #E280FA. Grayscale: #545454. Windows color (decimal): -14844155 or 360221. OLE color: 360221.

HSL color Cylindrical-coordinate representation of color #1D7F05: hue angle of 108.2º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D7F05 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB291275-
CMYK0.7700.960.50
HSL108.2º92.42%25.88%-
HSV(B)108.2º96.06%49.8%-
XYZ8.1215.452.7-
YUV83.7983.5388.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.01%
GREEN value IS 127 (50% from 255) = 78.88%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=18.01%
G=78.88%
B=3.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2912750.7700.960.50108.292.4225.88
Hex1D7F54D060326c5c1a
Octal35177511501406215413432
Binary1110111111111011001101011000001100101101100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,127,5); }

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

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

 a { background-color: rgb(29,127,5); }

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

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

 span { border-color: rgb(29,127,5); }

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