#012422

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

Shades of Dark Green #012422

Tints of Dark Green #012422

Color information

#012422 (or 0x012422) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 22. RGB value is (1,36,34). Sum of RGB (Red+Green+Blue) = 1+36+34=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 34 (13.67% from 255 or 47.89% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #012422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012422 is #FEDBDD. Grayscale: #191919. Windows color (decimal): -16702430 or 2237441. OLE color: 2237441.

HSL color Cylindrical-coordinate representation of color #012422: hue angle of 176.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012422 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB13634-
CMYK0.9700.060.86
HSL176.57º94.59%7.25%-
HSV(B)176.57º97.22%14.12%-
XYZ0.931.381.73-
YUV25.31132.9110.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 36 (14.45% from 255) = 50.70%
BLUE value IS 34 (13.67% from 255) = 47.89%
R=1.41%
G=50.70%
B=47.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136340.9700.060.86176.5794.597.25
Hex12422610656b15f7
Octal14442141061262611377
Binary1100100100010110000101101010110101100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012422; }

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

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

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

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

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

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

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

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