Html Css Color HEX #01801E Green

📋 copy color: '#01801E'

red 1 ◦ green 128 ◦ blue 30

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

Shades of Green #01801E

Tints of Green #01801E

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

 GREEN value IS 128 (50.39% from 255) = 80.5%

 BLUE value IS 30 (12.11% from 255) = 18.87%

R = 0.63%
G = 80.5%
B = 18.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#01801E (or 0x01801E) is known color: Green. HEX triplet: 01, 80 and 1E. RGB value is (1,128,30). Sum of RGB (Red+Green+Blue) = 1+128+30=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 128 (50.39% from 255 or 80.50% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 128 - color contains mainly: green. Hex color #01801E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01801E is #FE7FE1. Grayscale: #4F4F4F. Windows color (decimal): -16678882 or 1998849. OLE color: 1998849.

HSL color Cylindrical-coordinate representation of color #01801E: hue angle of 133.7º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01801E is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 30 -
CMYK 0.99 0 0.77 0.50
HSL 133.7º 0.98% 0.25% -
HSV(B) 133.7º 0.99% 0.5% -
XYZ 7.97 15.54 3.81 -
YUV 78.86 100.42 72.47 -
System Red Green Blue C M Y K H S L
Decimal 1 128 30 0.99 0 0.77 0.50 133.7 0.98 0.25
Hex 1 80 1E 63 0 4D 32 86 62 19
Octal 1 200 36 143 0 115 62 206 142 31
Binary 1 10000000 11110 1100011 0 1001101 110010 10000110 1100010 11001

Color Harmonies of #01801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01801E

Black with #01801E

Text Example


Text Example

White with #01801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01801E; }

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

 H1.HeaderClassName
 {
   color: #01801E;
 }
 .AnyTagClassName
 {
   color: #01801E;
 }
</style>

background-color css

<style>
 a { background-color: #01801E; }

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

 div.DivClassName
 {
   background-color: #01801E;
 }
 .BgClassName
 {
   background-color: #01801E;
 }
</style>

border-color css

<style>
 span { border-color: #01801E; }

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

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