Html Css Color HEX #00801D Green

📋 copy color: '#00801D'

red 0 ◦ green 128 ◦ blue 29

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

Shades of Green #00801D

Tints of Green #00801D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 81.53%
B = 18.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#00801D (or 0x00801D) is known color: Green. HEX triplet: 00, 80 and 1D. RGB value is (0,128,29). Sum of RGB (Red+Green+Blue) = 0+128+29=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 128 (50.39% from 255 or 81.53% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 128 - color contains mainly: green. Hex color #00801D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00801D is #FF7FE2. Grayscale: #4E4E4E. Windows color (decimal): -16744419 or 1933312. OLE color: 1933312.

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

Color convert

RGB 0 128 29 -
CMYK 1 0 0.77 0.50
HSL 133.59º 1% 0.25% -
HSV(B) 133.59º 1% 0.5% -
XYZ 7.94 15.53 3.74 -
YUV 78.44 100.09 72.05 -
System Red Green Blue C M Y K H S L
Decimal 0 128 29 1 0 0.77 0.50 133.59 1 0.25
Hex 0 80 1D 64 0 4D 32 86 64 19
Octal 0 200 35 144 0 115 62 206 144 31
Binary 0 10000000 11101 1100100 0 1001101 110010 10000110 1100100 11001

Color Harmonies of #00801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00801D

Black with #00801D

Text Example


Text Example

White with #00801D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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