#0E2E2B

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

Shades of Swamp #0E2E2B

Tints of Swamp #0E2E2B

Color information

#0E2E2B (or 0x0E2E2B) is unknown color: approx Swamp. HEX triplet: 0E, 2E and 2B. RGB value is (14,46,43). Sum of RGB (Red+Green+Blue) = 14+46+43=103 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.59% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #0E2E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2E2B is #F1D1D4. Grayscale: #242424. Windows color (decimal): -15847893 or 2829838. OLE color: 2829838.

HSL color Cylindrical-coordinate representation of color #0E2E2B: hue angle of 174.38º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E2E2B is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB144643-
CMYK0.7000.070.82
HSL174.38º53.33%11.76%-
HSV(B)174.38º69.57%18.04%-
XYZ1.592.222.63-
YUV36.09131.9112.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.59%
GREEN value IS 46 (18.36% from 255) = 44.66%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=13.59%
G=44.66%
B=41.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1446430.7000.070.82174.3853.3311.76
HexE2E2B460752ae35c
Octal165653106071222566514
Binary1110101110101011100011001111010010101011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E2E2B; }

 p { color: rgb(14,46,43); }

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

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

 a { background-color: rgb(14,46,43); }

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

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

 span { border-color: rgb(14,46,43); }

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