#01221A

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

Shades of Dark Green #01221A

Tints of Dark Green #01221A

Color information

#01221A (or 0x01221A) is unknown color: approx Dark Green. HEX triplet: 01, 22 and 1A. RGB value is (1,34,26). Sum of RGB (Red+Green+Blue) = 1+34+26=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #01221A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01221A is #FEDDE5. Grayscale: #171717. Windows color (decimal): -16702950 or 1712641. OLE color: 1712641.

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

Color convert

RGB13426-
CMYK0.9700.240.87
HSL165.45º94.29%6.86%-
HSV(B)165.45º97.06%13.33%-
XYZ0.771.231.17-
YUV23.22129.57112.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 34 (13.67% from 255) = 55.74%
BLUE value IS 26 (10.55% from 255) = 42.62%
R=1.64%
G=55.74%
B=42.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal134260.9700.240.87165.4594.296.86
Hex1221A6101857a55e7
Octal142321410301272451367
Binary11000101101011000010110001010111101001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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