Html Css Color HEX #00801C Green

📋 copy color: '#00801C'

red 0 ◦ green 128 ◦ blue 28

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

Shades of Green #00801C

Tints of Green #00801C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 0%
G = 82.05%
B = 17.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#00801C (or 0x00801C) is known color: Green. HEX triplet: 00, 80 and 1C. RGB value is (0,128,28). Sum of RGB (Red+Green+Blue) = 0+128+28=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 128 (50.39% from 255 or 82.05% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 128 - color contains mainly: green. Hex color #00801C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00801C is #FF7FE3. Grayscale: #4E4E4E. Windows color (decimal): -16744420 or 1867776. OLE color: 1867776.

HSL color Cylindrical-coordinate representation of color #00801C: hue angle of 133.12º 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 #00801C is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 128 28 -
CMYK 1 0 0.78 0.50
HSL 133.13º 1% 0.25% -
HSV(B) 133.13º 1% 0.5% -
XYZ 7.93 15.52 3.68 -
YUV 78.33 99.59 72.13 -
System Red Green Blue C M Y K H S L
Decimal 0 128 28 1 0 0.78 0.50 133.13 1 0.25
Hex 0 80 1C 64 0 4E 32 85 64 19
Octal 0 200 34 144 0 116 62 205 144 31
Binary 0 10000000 11100 1100100 0 1001110 110010 10000101 1100100 11001

Color Harmonies of #00801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00801C

Black with #00801C

Text Example


Text Example

White with #00801C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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