#122727

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

Shades of Swamp #122727

Tints of Swamp #122727

Color information

#122727 (or 0x122727) is unknown color: approx Swamp. HEX triplet: 12, 27 and 27. RGB value is (18,39,39). Sum of RGB (Red+Green+Blue) = 18+39+39=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 39 - color contains mainly: green, blue. Hex color #122727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122727 is #EDD8D8. Grayscale: #202020. Windows color (decimal): -15587545 or 2565906. OLE color: 2565906.

HSL color Cylindrical-coordinate representation of color #122727: hue angle of 180º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122727 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB183939-
CMYK0.54000.85
HSL180º36.84%11.18%-
HSV(B)180º53.85%15.29%-
XYZ1.341.732.18-
YUV32.72131.54117.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=18.75%
G=40.62%
B=40.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1839390.54000.8518036.8411.18
Hex122727360055b425b
Octal22474766001252644513
Binary10010100111100111110110001010101101101001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122727; }

 p { color: rgb(18,39,39); }

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

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

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

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

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

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

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