Html Css Color HEX #01801D Green

📋 copy color: '#01801D'

red 1 ◦ green 128 ◦ blue 29

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

Shades of Green #01801D

Tints of Green #01801D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 0.63%
G = 81.01%
B = 18.35%

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

#01801D (or 0x01801D) is known color: Green. HEX triplet: 01, 80 and 1D. RGB value is (1,128,29). Sum of RGB (Red+Green+Blue) = 1+128+29=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 128 (50.39% from 255 or 81.01% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 128 - color contains mainly: green. Hex color #01801D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01801D is #FE7FE2. Grayscale: #4F4F4F. Windows color (decimal): -16678883 or 1933313. OLE color: 1933313.

HSL color Cylindrical-coordinate representation of color #01801D: hue angle of 133.23º 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 #01801D is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 29 -
CMYK 0.99 0 0.77 0.50
HSL 133.23º 0.98% 0.25% -
HSV(B) 133.23º 0.99% 0.5% -
XYZ 7.95 15.53 3.74 -
YUV 78.74 99.92 72.55 -
System Red Green Blue C M Y K H S L
Decimal 1 128 29 0.99 0 0.77 0.50 133.23 0.98 0.25
Hex 1 80 1D 63 0 4D 32 85 62 19
Octal 1 200 35 143 0 115 62 205 142 31
Binary 1 10000000 11101 1100011 0 1001101 110010 10000101 1100010 11001

Color Harmonies of #01801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01801D

Black with #01801D

Text Example


Text Example

White with #01801D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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