#1D7301

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

Shades of Green #1D7301

Tints of Green #1D7301

Color information

#1D7301 (or 0x1D7301) is unknown color: approx Green. HEX triplet: 1D, 73 and 01. RGB value is (29,115,1). Sum of RGB (Red+Green+Blue) = 29+115+1=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 115 (45.31% from 255 or 79.31% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7301 is #E28CFE. Grayscale: #4C4C4C. Windows color (decimal): -14847231 or 95005. OLE color: 95005.

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

Color convert

RGB291151-
CMYK0.7500.990.55
HSL105.26º98.28%22.75%-
HSV(B)105.26º99.13%45.1%-
XYZ6.6412.522.1-
YUV76.2985.5194.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20%
GREEN value IS 115 (45.31% from 255) = 79.31%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=20%
G=79.31%
B=0.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2911510.7500.990.55105.2698.2822.75
Hex1D7314B06337696217
Octal35163111301436715114227
Binary11101111001111001011011000111101111101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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