#012821

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

Shades of Dark Green #012821

Tints of Dark Green #012821

Color information

#012821 (or 0x012821) is unknown color: approx Dark Green. HEX triplet: 01, 28 and 21. RGB value is (1,40,33). Sum of RGB (Red+Green+Blue) = 1+40+33=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #012821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012821 is #FED7DE. Grayscale: #1B1B1B. Windows color (decimal): -16701407 or 2172929. OLE color: 2172929.

HSL color Cylindrical-coordinate representation of color #012821: hue angle of 169.23º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012821 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB14033-
CMYK0.9800.170.84
HSL169.23º95.12%8.04%-
HSV(B)169.23º97.5%15.69%-
XYZ1.051.631.7-
YUV27.54131.08109.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 40 (16.02% from 255) = 54.05%
BLUE value IS 33 (13.28% from 255) = 44.59%
R=1.35%
G=54.05%
B=44.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal140330.9800.170.84169.2395.128.04
Hex128216201154a95f8
Octal1504114202112425113710
Binary1101000100001110001001000110101001010100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012821; }

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

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

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

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

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

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

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

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