#012628

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

Shades of Swamp #012628

Tints of Swamp #012628

Color information

#012628 (or 0x012628) is unknown color: approx Swamp. HEX triplet: 01, 26 and 28. RGB value is (1,38,40). Sum of RGB (Red+Green+Blue) = 1+38+40=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #012628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012628 is #FED9D7. Grayscale: #1B1B1B. Windows color (decimal): -16701912 or 2631169. OLE color: 2631169.

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

Color convert

RGB13840-
CMYK0.980.0500.84
HSL183.08º95.12%8.04%-
HSV(B)183.08º97.5%15.69%-
XYZ1.091.552.25-
YUV27.16135.24109.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 38 (15.23% from 255) = 48.10%
BLUE value IS 40 (16.02% from 255) = 50.63%
R=1.27%
G=48.10%
B=50.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal138400.980.0500.84183.0895.128.04
Hex12628625054b75f8
Octal146501425012426713710
Binary11001101010001100010101010101001011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012628; }

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

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

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

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

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

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

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

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