#0D292A

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

Shades of Swamp #0D292A

Tints of Swamp #0D292A

Color information

#0D292A (or 0x0D292A) is unknown color: approx Swamp. HEX triplet: 0D, 29 and 2A. RGB value is (13,41,42). Sum of RGB (Red+Green+Blue) = 13+41+42=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #0D292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D292A is #F2D6D5. Grayscale: #202020. Windows color (decimal): -15914710 or 2763021. OLE color: 2763021.

HSL color Cylindrical-coordinate representation of color #0D292A: hue angle of 182.07º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D292A is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB134142-
CMYK0.690.0200.84
HSL182.07º52.73%10.78%-
HSV(B)182.07º69.05%16.47%-
XYZ1.381.842.47-
YUV32.74133.22113.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.54%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=13.54%
G=42.71%
B=43.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1341420.690.0200.84182.0752.7310.78
HexD292A452054b635b
Octal155152105201242666513
Binary110110100110101010001011001010100101101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,41,42); }

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

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

 a { background-color: rgb(13,41,42); }

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

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

 span { border-color: rgb(13,41,42); }

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