#012216

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

Shades of Dark Green #012216

Tints of Dark Green #012216

Color information

#012216 (or 0x012216) is unknown color: approx Dark Green. HEX triplet: 01, 22 and 16. RGB value is (1,34,22). Sum of RGB (Red+Green+Blue) = 1+34+22=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 34 (13.67% from 255 or 59.65% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 34 - color contains mainly: green. Hex color #012216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012216 is #FEDDE9. Grayscale: #161616. Windows color (decimal): -16702954 or 1450497. OLE color: 1450497.

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

Color convert

RGB13422-
CMYK0.9700.350.87
HSL158.18º94.29%6.86%-
HSV(B)158.18º97.06%13.33%-
XYZ0.731.210.95-
YUV22.76127.57112.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 34 (13.67% from 255) = 59.65%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=1.75%
G=59.65%
B=38.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal134220.9700.350.87158.1894.296.86
Hex1221661023579e5e7
Octal142261410431272361367
Binary110001010110110000101000111010111100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012216; }

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

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

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

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

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

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

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

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