#01221E

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

Shades of Dark Green #01221E

Tints of Dark Green #01221E

Color information

#01221E (or 0x01221E) is unknown color: approx Dark Green. HEX triplet: 01, 22 and 1E. RGB value is (1,34,30). Sum of RGB (Red+Green+Blue) = 1+34+30=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #01221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01221E is #FEDDE1. Grayscale: #171717. Windows color (decimal): -16702946 or 1974785. OLE color: 1974785.

HSL color Cylindrical-coordinate representation of color #01221E: hue angle of 172.73º 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 #01221E is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB13430-
CMYK0.9700.120.87
HSL172.73º94.29%6.86%-
HSV(B)172.73º97.06%13.33%-
XYZ0.821.241.43-
YUV23.68131.57111.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 34 (13.67% from 255) = 52.31%
BLUE value IS 30 (12.11% from 255) = 46.15%
R=1.54%
G=52.31%
B=46.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal134300.9700.120.87172.7394.296.86
Hex1221E610C57ad5e7
Octal142361410141272551367
Binary1100010111101100001011001010111101011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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