#1D7002

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

Shades of Green #1D7002

Tints of Green #1D7002

Color information

#1D7002 (or 0x1D7002) is unknown color: approx Green. HEX triplet: 1D, 70 and 02. RGB value is (29,112,2). Sum of RGB (Red+Green+Blue) = 29+112+2=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7002 is #E28FFD. Grayscale: #4B4B4B. Windows color (decimal): -14847998 or 159773. OLE color: 159773.

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

Color convert

RGB291122-
CMYK0.7400.980.56
HSL105.27º96.49%22.35%-
HSV(B)105.27º98.21%43.92%-
XYZ6.3111.852.01-
YUV74.648795.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 112 (44.14% from 255) = 78.32%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=20.28%
G=78.32%
B=1.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2911220.7400.980.56105.2796.4922.35
Hex1D7024A06238696016
Octal35160211201427015114026
Binary111011110000101001010011000101110001101001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,112,2); }

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

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

 a { background-color: rgb(29,112,2); }

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

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

 span { border-color: rgb(29,112,2); }

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