#012825

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

Shades of Dark Green #012825

Tints of Dark Green #012825

Color information

#012825 (or 0x012825) is unknown color: approx Dark Green. HEX triplet: 01, 28 and 25. RGB value is (1,40,37). Sum of RGB (Red+Green+Blue) = 1+40+37=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #012825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012825 is #FED7DA. Grayscale: #1B1B1B. Windows color (decimal): -16701403 or 2435073. OLE color: 2435073.

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

Color convert

RGB14037-
CMYK0.9800.070.84
HSL175.38º95.12%8.04%-
HSV(B)175.38º97.5%15.69%-
XYZ1.111.662.01-
YUV28133.08108.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 40 (16.02% from 255) = 51.28%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=1.28%
G=51.28%
B=47.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal140370.9800.070.84175.3895.128.04
Hex12825620754af5f8
Octal150451420712425713710
Binary11010001001011100010011110101001010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012825; }

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

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

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

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

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

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

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

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