#012325

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

Shades of Dark Green #012325

Tints of Dark Green #012325

Color information

#012325 (or 0x012325) is unknown color: approx Dark Green. HEX triplet: 01, 23 and 25. RGB value is (1,35,37). Sum of RGB (Red+Green+Blue) = 1+35+37=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #012325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012325 is #FEDCDA. Grayscale: #191919. Windows color (decimal): -16702683 or 2433793. OLE color: 2433793.

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

Color convert

RGB13537-
CMYK0.970.0500.85
HSL183.33º94.74%7.45%-
HSV(B)183.33º97.3%14.51%-
XYZ0.951.341.96-
YUV25.06134.74110.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.37%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=1.37%
G=47.95%
B=50.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal135370.970.0500.85183.3394.747.45
Hex12325615055b75f7
Octal14345141501252671377
Binary1100011100101110000110101010101101101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012325; }

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

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

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

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

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

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

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

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