#05281E

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

Shades of Dark Green #05281E

Tints of Dark Green #05281E

Color information

#05281E (or 0x05281E) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 1E. RGB value is (5,40,30). Sum of RGB (Red+Green+Blue) = 5+40+30=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #05281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05281E is #FAD7E1. Grayscale: #1C1C1C. Windows color (decimal): -16439266 or 1976325. OLE color: 1976325.

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

Color convert

RGB54030-
CMYK0.8800.250.84
HSL162.86º77.78%8.82%-
HSV(B)162.86º87.5%15.69%-
XYZ1.061.641.49-
YUV28.39128.9111.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 40 (16.02% from 255) = 53.33%
BLUE value IS 30 (12.11% from 255) = 40%
R=6.67%
G=53.33%
B=40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540300.8800.250.84162.8677.788.82
Hex5281E5801954a34e9
Octal5503613003112424311611
Binary10110100011110101100001100110101001010001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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