#012728

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

Shades of Dark Green #012728

Tints of Dark Green #012728

Color information

#012728 (or 0x012728) is unknown color: approx Dark Green. HEX triplet: 01, 27 and 28. RGB value is (1,39,40). Sum of RGB (Red+Green+Blue) = 1+39+40=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #012728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012728 is #FED8D7. Grayscale: #1B1B1B. Windows color (decimal): -16701656 or 2631425. OLE color: 2631425.

HSL color Cylindrical-coordinate representation of color #012728: hue angle of 181.54º 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 #012728 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13940-
CMYK0.980.0200.84
HSL181.54º95.12%8.04%-
HSV(B)181.54º97.5%15.69%-
XYZ1.121.612.26-
YUV27.75134.91108.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 40 (16.02% from 255) = 50%
R=1.25%
G=48.75%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal139400.980.0200.84181.5495.128.04
Hex12728622054b65f8
Octal147501422012426613710
Binary1100111101000110001010010101001011011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012728; }

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

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

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

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

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

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

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

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