#01221C

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

Shades of Dark Green #01221C

Tints of Dark Green #01221C

Color information

#01221C (or 0x01221C) is unknown color: approx Dark Green. HEX triplet: 01, 22 and 1C. RGB value is (1,34,28). Sum of RGB (Red+Green+Blue) = 1+34+28=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #01221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01221C is #FEDDE3. Grayscale: #171717. Windows color (decimal): -16702948 or 1843713. OLE color: 1843713.

HSL color Cylindrical-coordinate representation of color #01221C: hue angle of 169.09º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01221C is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB13428-
CMYK0.9700.180.87
HSL169.09º94.29%6.86%-
HSV(B)169.09º97.06%13.33%-
XYZ0.791.231.3-
YUV23.45130.57111.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 34 (13.67% from 255) = 53.97%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=1.59%
G=53.97%
B=44.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal134280.9700.180.87169.0994.296.86
Hex1221C6101257a95e7
Octal142341410221272511367
Binary11000101110011000010100101010111101010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01221C; }

 p { color: rgb(1,34,28); }

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

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

 a { background-color: rgb(1,34,28); }

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

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

 span { border-color: rgb(1,34,28); }

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