Html Css Color HEX #05801B Green

📋 copy color: '#05801B'

red 5 ◦ green 128 ◦ blue 27

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

Shades of Green #05801B

Tints of Green #05801B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 3.13%
G = 80%
B = 16.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#05801B (or 0x05801B) is known color: Green. HEX triplet: 05, 80 and 1B. RGB value is (5,128,27). Sum of RGB (Red+Green+Blue) = 5+128+27=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 128 (50.39% from 255 or 80% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 128 - color contains mainly: green. Hex color #05801B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05801B is #FA7FE4. Grayscale: #4F4F4F. Windows color (decimal): -16416741 or 1802245. OLE color: 1802245.

HSL color Cylindrical-coordinate representation of color #05801B: hue angle of 130.73º 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 #05801B is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 27 -
CMYK 0.96 0 0.79 0.50
HSL 130.73º 0.92% 0.26% -
HSV(B) 130.73º 0.96% 0.5% -
XYZ 7.98 15.55 3.62 -
YUV 79.71 98.25 74.71 -
System Red Green Blue C M Y K H S L
Decimal 5 128 27 0.96 0 0.79 0.50 130.73 0.92 0.26
Hex 5 80 1B 60 0 4F 32 83 5C 1A
Octal 5 200 33 140 0 117 62 203 134 32
Binary 101 10000000 11011 1100000 0 1001111 110010 10000011 1011100 11010

Color Harmonies of #05801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05801B

Black with #05801B

Text Example


Text Example

White with #05801B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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