#0E2524

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

Shades of Swamp #0E2524

Tints of Swamp #0E2524

Color information

#0E2524 (or 0x0E2524) is unknown color: approx Swamp. HEX triplet: 0E, 25 and 24. RGB value is (14,37,36). Sum of RGB (Red+Green+Blue) = 14+37+36=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 36 (14.45% from 255 or 41.38% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2524 is #F1DADB. Grayscale: #1D1D1D. Windows color (decimal): -15850204 or 2368782. OLE color: 2368782.

HSL color Cylindrical-coordinate representation of color #0E2524: hue angle of 177.39º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E2524 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB143736-
CMYK0.6200.030.85
HSL177.39º45.1%10%-
HSV(B)177.39º62.16%14.51%-
XYZ1.161.541.91-
YUV30.01131.38116.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.09%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 36 (14.45% from 255) = 41.38%
R=16.09%
G=42.53%
B=41.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1437360.6200.030.85177.3945.110
HexE25243E0355b12da
Octal16454476031252615512
Binary11101001011001001111100111010101101100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,37,36); }

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

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

 a { background-color: rgb(14,37,36); }

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

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

 span { border-color: rgb(14,37,36); }

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