Html Css Color HEX #05800F Green

📋 copy color: '#05800F'

red 5 ◦ green 128 ◦ blue 15

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

Shades of Green #05800F

Tints of Green #05800F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.14%

R = 3.38%
G = 86.49%
B = 10.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#05800F (or 0x05800F) is known color: Green. HEX triplet: 05, 80 and 0F. RGB value is (5,128,15). Sum of RGB (Red+Green+Blue) = 5+128+15=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 128 (50.39% from 255 or 86.49% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 128 - color contains mainly: green. Hex color #05800F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05800F is #FA7FF0. Grayscale: #4E4E4E. Windows color (decimal): -16416753 or 1015813. OLE color: 1015813.

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

Color convert

RGB 5 128 15 -
CMYK 0.96 0 0.88 0.50
HSL 124.88º 0.92% 0.26% -
HSV(B) 124.88º 0.96% 0.5% -
XYZ 7.87 15.51 3.03 -
YUV 78.34 92.25 75.69 -
System Red Green Blue C M Y K H S L
Decimal 5 128 15 0.96 0 0.88 0.50 124.88 0.92 0.26
Hex 5 80 F 60 0 58 32 7D 5C 1A
Octal 5 200 17 140 0 130 62 175 134 32
Binary 101 10000000 1111 1100000 0 1011000 110010 1111101 1011100 11010

Color Harmonies of #05800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05800F

Black with #05800F

Text Example


Text Example

White with #05800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05800F; }

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

 H1.HeaderClassName
 {
   color: #05800F;
 }
 .AnyTagClassName
 {
   color: #05800F;
 }
</style>

background-color css

<style>
 a { background-color: #05800F; }

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

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

border-color css

<style>
 span { border-color: #05800F; }

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

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