Html Css Color HEX #05801A Green

📋 copy color: '#05801A'

red 5 ◦ green 128 ◦ blue 26

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

Shades of Green #05801A

Tints of Green #05801A

RGB

 RED value IS 5 (2.34% from 255) = 3.14%

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

 BLUE value IS 26 (10.55% from 255) = 16.35%

R = 3.14%
G = 80.5%
B = 16.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#05801A (or 0x05801A) is known color: Green. HEX triplet: 05, 80 and 1A. RGB value is (5,128,26). Sum of RGB (Red+Green+Blue) = 5+128+26=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 128 (50.39% from 255 or 80.50% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 128 - color contains mainly: green. Hex color #05801A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05801A is #FA7FE5. Grayscale: #4F4F4F. Windows color (decimal): -16416742 or 1736709. OLE color: 1736709.

HSL color Cylindrical-coordinate representation of color #05801A: hue angle of 130.24º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05801A is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 26 -
CMYK 0.96 0 0.80 0.50
HSL 130.24º 0.92% 0.26% -
HSV(B) 130.24º 0.96% 0.5% -
XYZ 7.97 15.55 3.56 -
YUV 79.6 97.75 74.79 -
System Red Green Blue C M Y K H S L
Decimal 5 128 26 0.96 0 0.80 0.50 130.24 0.92 0.26
Hex 5 80 1A 60 0 50 32 82 5C 1A
Octal 5 200 32 140 0 120 62 202 134 32
Binary 101 10000000 11010 1100000 0 1010000 110010 10000010 1011100 11010

Color Harmonies of #05801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05801A

Black with #05801A

Text Example


Text Example

White with #05801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05801A; }

 p { color: rgb(5,128,26); }

 H1.HeaderClassName
 {
   color: #05801A;
 }
 .AnyTagClassName
 {
   color: #05801A;
 }
</style>

background-color css

<style>
 a { background-color: #05801A; }

 a { background-color: rgb(5,128,26); }

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

border-color css

<style>
 span { border-color: #05801A; }

 span { border-color: rgb(5,128,26); }

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