#01220F

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

Shades of Dark Green #01220F

Tints of Dark Green #01220F

Color information

#01220F (or 0x01220F) is unknown color: approx Dark Green. HEX triplet: 01, 22 and 0F. RGB value is (1,34,15). Sum of RGB (Red+Green+Blue) = 1+34+15=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 34 (13.67% from 255 or 68% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 34 - color contains mainly: green. Hex color #01220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01220F is #FEDDF0. Grayscale: #161616. Windows color (decimal): -16702961 or 991745. OLE color: 991745.

HSL color Cylindrical-coordinate representation of color #01220F: hue angle of 145.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 #01220F is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB13415-
CMYK0.9700.560.87
HSL145.45º94.29%6.86%-
HSV(B)145.45º97.06%13.33%-
XYZ0.671.180.65-
YUV21.97124.07113.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 34 (13.67% from 255) = 68%
BLUE value IS 15 (6.25% from 255) = 30%
R=2%
G=68%
B=30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal134150.9700.560.87145.4594.296.86
Hex122F6103857915e7
Octal142171410701272211367
Binary11000101111110000101110001010111100100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01220F; }

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

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

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

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

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

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

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

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