#012426

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

Shades of Dark Green #012426

Tints of Dark Green #012426

Color information

#012426 (or 0x012426) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 26. RGB value is (1,36,38). Sum of RGB (Red+Green+Blue) = 1+36+38=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #012426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012426 is #FEDBD9. Grayscale: #191919. Windows color (decimal): -16702426 or 2499585. OLE color: 2499585.

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

Color convert

RGB13638-
CMYK0.970.0500.85
HSL183.24º94.87%7.65%-
HSV(B)183.24º97.37%14.9%-
XYZ0.991.412.05-
YUV25.76134.9110.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 36 (14.45% from 255) = 48%
BLUE value IS 38 (15.23% from 255) = 50.67%
R=1.33%
G=48%
B=50.67%

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
Decimal136380.970.0500.85183.2494.877.65
Hex12426615055b75f8
Octal144461415012526713710
Binary11001001001101100001101010101011011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012426; }

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

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

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

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

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

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

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

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