#012521

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

Shades of Dark Green #012521

Tints of Dark Green #012521

Color information

#012521 (or 0x012521) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 21. RGB value is (1,37,33). Sum of RGB (Red+Green+Blue) = 1+37+33=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #012521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012521 is #FEDADE. Grayscale: #191919. Windows color (decimal): -16702175 or 2172161. OLE color: 2172161.

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

Color convert

RGB13733-
CMYK0.9700.110.85
HSL173.33º94.74%7.45%-
HSV(B)173.33º97.3%14.51%-
XYZ0.951.441.67-
YUV25.78132.07110.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 37 (14.84% from 255) = 52.11%
BLUE value IS 33 (13.28% from 255) = 46.48%
R=1.41%
G=52.11%
B=46.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137330.9700.110.85173.3394.747.45
Hex12521610B55ad5f7
Octal145411410131252551377
Binary11001011000011100001010111010101101011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012521; }

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

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

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

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

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

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

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

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