#0A2929

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

Shades of Swamp #0A2929

Tints of Swamp #0A2929

Color information

#0A2929 (or 0x0A2929) is unknown color: approx Swamp. HEX triplet: 0A, 29 and 29. RGB value is (10,41,41). Sum of RGB (Red+Green+Blue) = 10+41+41=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: green, blue. Hex color #0A2929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2929 is #F5D6D6. Grayscale: #1F1F1F. Windows color (decimal): -16111319 or 2697482. OLE color: 2697482.

HSL color Cylindrical-coordinate representation of color #0A2929: hue angle of 180º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A2929 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB104141-
CMYK0.76000.84
HSL180º60.78%10%-
HSV(B)180º75.61%16.08%-
XYZ1.321.812.38-
YUV31.73133.23112.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.87%
GREEN value IS 41 (16.41% from 255) = 44.57%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=10.87%
G=44.57%
B=44.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1041410.76000.8418060.7810
HexA29294C0054b43da
Octal125151114001242647512
Binary10101010011010011001100001010100101101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,41,41); }

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

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

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

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

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

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

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