#012522

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

Shades of Dark Green #012522

Tints of Dark Green #012522

Color information

#012522 (or 0x012522) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 22. RGB value is (1,37,34). Sum of RGB (Red+Green+Blue) = 1+37+34=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 34 (13.67% from 255 or 47.22% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #012522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012522 is #FEDADD. Grayscale: #191919. Windows color (decimal): -16702174 or 2237697. OLE color: 2237697.

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

Color convert

RGB13734-
CMYK0.9700.080.85
HSL175º94.74%7.45%-
HSV(B)175º97.3%14.51%-
XYZ0.961.451.74-
YUV25.89132.57110.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 37 (14.84% from 255) = 51.39%
BLUE value IS 34 (13.67% from 255) = 47.22%
R=1.39%
G=51.39%
B=47.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137340.9700.080.8517594.747.45
Hex12522610855af5f7
Octal145421410101252571377
Binary11001011000101100001010001010101101011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012522; }

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

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

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

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

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

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

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

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