#1D7F01

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

Shades of Green #1D7F01

Tints of Green #1D7F01

Color information

#1D7F01 (or 0x1D7F01) is unknown color: approx Green. HEX triplet: 1D, 7F and 01. RGB value is (29,127,1). Sum of RGB (Red+Green+Blue) = 29+127+1=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 127 (50% from 255 or 80.89% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7F01 is #E280FE. Grayscale: #535353. Windows color (decimal): -14844159 or 98077. OLE color: 98077.

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

Color convert

RGB291271-
CMYK0.7700.990.50
HSL106.67º98.44%25.1%-
HSV(B)106.67º99.21%49.8%-
XYZ8.115.442.58-
YUV83.3381.5389.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 127 (50% from 255) = 80.89%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=18.47%
G=80.89%
B=0.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2912710.7700.990.50106.6798.4425.1
Hex1D7F14D063326b6219
Octal35177111501436215314231
Binary11101111111111001101011000111100101101011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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