#1E7201

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

Shades of Green #1E7201

Tints of Green #1E7201

Color information

#1E7201 (or 0x1E7201) is unknown color: approx Green. HEX triplet: 1E, 72 and 01. RGB value is (30,114,1). Sum of RGB (Red+Green+Blue) = 30+114+1=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 114 (44.92% from 255 or 78.62% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 114 - color contains mainly: green. Hex color #1E7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7201 is #E18DFE. Grayscale: #4C4C4C. Windows color (decimal): -14781951 or 94750. OLE color: 94750.

HSL color Cylindrical-coordinate representation of color #1E7201: hue angle of 104.6º 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 #1E7201 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB301141-
CMYK0.7400.990.55
HSL104.6º98.26%22.55%-
HSV(B)104.6º99.12%44.71%-
XYZ6.5612.312.06-
YUV7685.6795.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.69%
GREEN value IS 114 (44.92% from 255) = 78.62%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=20.69%
G=78.62%
B=0.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3011410.7400.990.55104.698.2622.55
Hex1E7214A06337696217
Octal36162111201436715114227
Binary11110111001011001010011000111101111101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,114,1); }

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

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

 a { background-color: rgb(30,114,1); }

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

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

 span { border-color: rgb(30,114,1); }

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