Html Css Color HEX #1E7201 Green

📋 copy color: '#1E7201'

red 30 ◦ green 114 ◦ blue 1

#1E7201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #1E7201

Tints of Green #1E7201

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 value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#1E7201 (or 0x1E7201) is known color: 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

RGB 30 114 1 -
CMYK 0.74 0 0.99 0.55
HSL 104.6º 0.98% 0.23% -
HSV(B) 104.6º 0.99% 0.45% -
XYZ 6.56 12.31 2.06 -
YUV 76 85.67 95.19 -
System Red Green Blue C M Y K H S L
Decimal 30 114 1 0.74 0 0.99 0.55 104.6 0.98 0.23
Hex 1E 72 1 4A 0 63 37 69 62 17
Octal 36 162 1 112 0 143 67 151 142 27
Binary 11110 1110010 1 1001010 0 1100011 110111 1101001 1100010 10111

Color Harmonies of #1E7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7201

Black with #1E7201

Text Example


Text Example

White with #1E7201

Text Example


Text Example

HTML Codes & Css Web 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>