#05281F

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

Shades of Dark Green #05281F

Tints of Dark Green #05281F

Color information

#05281F (or 0x05281F) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 1F. RGB value is (5,40,31). Sum of RGB (Red+Green+Blue) = 5+40+31=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #05281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05281F is #FAD7E0. Grayscale: #1C1C1C. Windows color (decimal): -16439265 or 2041861. OLE color: 2041861.

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

Color convert

RGB54031-
CMYK0.8800.220.84
HSL164.57º77.78%8.82%-
HSV(B)164.57º87.5%15.69%-
XYZ1.071.651.56-
YUV28.51129.4111.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 40 (16.02% from 255) = 52.63%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=6.58%
G=52.63%
B=40.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540310.8800.220.84164.5777.788.82
Hex5281F5801654a54e9
Octal5503713002612424511611
Binary10110100011111101100001011010101001010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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