#013221

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

Shades of Dark Green #013221

Tints of Dark Green #013221

Color information

#013221 (or 0x013221) is unknown color: approx Dark Green. HEX triplet: 01, 32 and 21. RGB value is (1,50,33). Sum of RGB (Red+Green+Blue) = 1+50+33=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #013221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013221 is #FECDDE. Grayscale: #212121. Windows color (decimal): -16698847 or 2175489. OLE color: 2175489.

HSL color Cylindrical-coordinate representation of color #013221: hue angle of 159.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013221 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB15033-
CMYK0.9800.340.80
HSL159.18º96.08%10%-
HSV(B)159.18º98%19.61%-
XYZ1.432.41.83-
YUV33.41127.77104.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 50 (19.92% from 255) = 59.52%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=1.19%
G=59.52%
B=39.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal150330.9800.340.80159.1896.0810
Hex1322162022509f60a
Octal1624114204212023714012
Binary11100101000011100010010001010100001001111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013221; }

 p { color: rgb(1,50,33); }

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

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

 a { background-color: rgb(1,50,33); }

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

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

 span { border-color: rgb(1,50,33); }

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