#05211F

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

Shades of Dark Green #05211F

Tints of Dark Green #05211F

Color information

#05211F (or 0x05211F) is unknown color: approx Dark Green. HEX triplet: 05, 21 and 1F. RGB value is (5,33,31). Sum of RGB (Red+Green+Blue) = 5+33+31=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #05211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05211F is #FADEE0. Grayscale: #181818. Windows color (decimal): -16441057 or 2040069. OLE color: 2040069.

HSL color Cylindrical-coordinate representation of color #05211F: hue angle of 175.71º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #05211F is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB53331-
CMYK0.8500.060.87
HSL175.71º73.68%7.45%-
HSV(B)175.71º84.85%12.94%-
XYZ0.851.221.49-
YUV24.4131.72114.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 33 (13.28% from 255) = 47.83%
BLUE value IS 31 (12.5% from 255) = 44.93%
R=7.25%
G=47.83%
B=44.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal533310.8500.060.87175.7173.687.45
Hex5211F550657b04a7
Octal54137125061272601127
Binary10110000111111101010101101010111101100001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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