#05281B

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

Shades of Dark Green #05281B

Tints of Dark Green #05281B

Color information

#05281B (or 0x05281B) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 1B. RGB value is (5,40,27). Sum of RGB (Red+Green+Blue) = 5+40+27=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #05281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05281B is #FAD7E4. Grayscale: #1C1C1C. Windows color (decimal): -16439269 or 1779717. OLE color: 1779717.

HSL color Cylindrical-coordinate representation of color #05281B: hue angle of 157.71º 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 #05281B is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB54027-
CMYK0.8800.330.84
HSL157.71º77.78%8.82%-
HSV(B)157.71º87.5%15.69%-
XYZ1.021.631.3-
YUV28.05127.4111.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 40 (16.02% from 255) = 55.56%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=6.94%
G=55.56%
B=37.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540270.8800.330.84157.7177.788.82
Hex5281B58021549e4e9
Octal5503313004112423611611
Binary101101000110111011000010000110101001001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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