#05281C

Color #05281C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #05281C

Tints of Dark Green #05281C

Color information

#05281C (or 0x05281C) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 1C. RGB value is (5,40,28). Sum of RGB (Red+Green+Blue) = 5+40+28=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #05281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05281C is #FAD7E3. Grayscale: #1C1C1C. Windows color (decimal): -16439268 or 1845253. OLE color: 1845253.

HSL color Cylindrical-coordinate representation of color #05281C: hue angle of 159.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05281C is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB54028-
CMYK0.8800.300.84
HSL159.43º77.78%8.82%-
HSV(B)159.43º87.5%15.69%-
XYZ1.031.631.36-
YUV28.17127.9111.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 40 (16.02% from 255) = 54.79%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=6.85%
G=54.79%
B=38.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540280.8800.300.84159.4377.788.82
Hex5281C5801E549f4e9
Octal5503413003612423711611
Binary10110100011100101100001111010101001001111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,40,28); }

 H1.HeaderClassName
 {
   color: #05281C;
 }
 .AnyTagClassName
 {
   color: #05281C;
 }
</style>
background-color css

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

 a { background-color: rgb(5,40,28); }

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

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

 span { border-color: rgb(5,40,28); }

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