#1D7501

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

Shades of Green #1D7501

Tints of Green #1D7501

Color information

#1D7501 (or 0x1D7501) is unknown color: approx Green. HEX triplet: 1D, 75 and 01. RGB value is (29,117,1). Sum of RGB (Red+Green+Blue) = 29+117+1=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 117 (46.09% from 255 or 79.59% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7501 is #E28AFE. Grayscale: #4D4D4D. Windows color (decimal): -14846719 or 95517. OLE color: 95517.

HSL color Cylindrical-coordinate representation of color #1D7501: hue angle of 105.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D7501 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB291171-
CMYK0.7500.990.54
HSL105.52º98.31%23.14%-
HSV(B)105.52º99.15%45.88%-
XYZ6.8712.992.17-
YUV77.4684.8593.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 117 (46.09% from 255) = 79.59%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=19.73%
G=79.59%
B=0.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2911710.7500.990.54105.5298.3123.14
Hex1D7514B063366a6217
Octal35165111301436615214227
Binary11101111010111001011011000111101101101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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