#0D2423

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

Shades of Swamp #0D2423

Tints of Swamp #0D2423

Color information

#0D2423 (or 0x0D2423) is unknown color: approx Swamp. HEX triplet: 0D, 24 and 23. RGB value is (13,36,35). Sum of RGB (Red+Green+Blue) = 13+36+35=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #0D2423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2423 is #F2DBDC. Grayscale: #1C1C1C. Windows color (decimal): -15915997 or 2302989. OLE color: 2302989.

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

Color convert

RGB133635-
CMYK0.6400.030.86
HSL177.39º46.94%9.61%-
HSV(B)177.39º63.89%14.12%-
XYZ1.11.471.82-
YUV29.01131.38116.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.48%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 35 (14.06% from 255) = 41.67%
R=15.48%
G=42.86%
B=41.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1336350.6400.030.86177.3946.949.61
HexD2423400356b12fa
Octal154443100031262615712
Binary110110010010001110000000111010110101100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,36,35); }

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

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

 a { background-color: rgb(13,36,35); }

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

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

 span { border-color: rgb(13,36,35); }

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