#012526

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

Shades of Dark Green #012526

Tints of Dark Green #012526

Color information

#012526 (or 0x012526) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 26. RGB value is (1,37,38). Sum of RGB (Red+Green+Blue) = 1+37+38=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #012526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012526 is #FEDAD9. Grayscale: #1A1A1A. Windows color (decimal): -16702170 or 2499841. OLE color: 2499841.

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

Color convert

RGB13738-
CMYK0.970.0300.85
HSL181.62º94.87%7.65%-
HSV(B)181.62º97.37%14.9%-
XYZ1.021.472.06-
YUV26.35134.57109.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 38 (15.23% from 255) = 50%
R=1.32%
G=48.68%
B=50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137380.970.0300.85181.6294.877.65
Hex12526613055b65f8
Octal145461413012526613710
Binary1100101100110110000111010101011011011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012526; }

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

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

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

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

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

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

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

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