#012921

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

Shades of Dark Green #012921

Tints of Dark Green #012921

Color information

#012921 (or 0x012921) is unknown color: approx Dark Green. HEX triplet: 01, 29 and 21. RGB value is (1,41,33). Sum of RGB (Red+Green+Blue) = 1+41+33=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #012921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012921 is #FED6DE. Grayscale: #1C1C1C. Windows color (decimal): -16701151 or 2173185. OLE color: 2173185.

HSL color Cylindrical-coordinate representation of color #012921: hue angle of 168º 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 #012921 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB14133-
CMYK0.9800.200.84
HSL168º95.24%8.24%-
HSV(B)168º97.56%16.08%-
XYZ1.081.71.71-
YUV28.13130.75108.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 41 (16.41% from 255) = 54.67%
BLUE value IS 33 (13.28% from 255) = 44%
R=1.33%
G=54.67%
B=44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal141330.9800.200.8416895.248.24
Hex129216201454a85f8
Octal1514114202412425013710
Binary1101001100001110001001010010101001010100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012921; }

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

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

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

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

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

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

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

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