#12302D

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

Shades of Swamp #12302D

Tints of Swamp #12302D

Color information

#12302D (or 0x12302D) is unknown color: approx Swamp. HEX triplet: 12, 30 and 2D. RGB value is (18,48,45). Sum of RGB (Red+Green+Blue) = 18+48+45=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #12302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12302D is #EDCFD2. Grayscale: #262626. Windows color (decimal): -15585235 or 2961426. OLE color: 2961426.

HSL color Cylindrical-coordinate representation of color #12302D: hue angle of 174º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12302D is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB184845-
CMYK0.6300.060.81
HSL174º45.45%12.94%-
HSV(B)174º62.5%18.82%-
XYZ1.782.432.86-
YUV38.69131.56113.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=16.22%
G=43.24%
B=40.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848450.6300.060.8117445.4512.94
Hex12302D3F0651ae2dd
Octal22605577061212565515
Binary1001011000010110111111101101010001101011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12302D; }

 p { color: rgb(18,48,45); }

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

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

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

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

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

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

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