#12302F

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

Shades of Swamp #12302F

Tints of Swamp #12302F

Color information

#12302F (or 0x12302F) is unknown color: approx Swamp. HEX triplet: 12, 30 and 2F. RGB value is (18,48,47). Sum of RGB (Red+Green+Blue) = 18+48+47=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #12302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12302F is #EDCFD0. Grayscale: #262626. Windows color (decimal): -15585233 or 3092498. OLE color: 3092498.

HSL color Cylindrical-coordinate representation of color #12302F: hue angle of 178º 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 #12302F is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB184847-
CMYK0.6300.020.81
HSL178º45.45%12.94%-
HSV(B)178º62.5%18.82%-
XYZ1.822.453.07-
YUV38.92132.56113.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=15.93%
G=42.48%
B=41.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848470.6300.020.8117845.4512.94
Hex12302F3F0251b22dd
Octal22605777021212625515
Binary100101100001011111111110101010001101100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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