#0A2827

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

Shades of Swamp #0A2827

Tints of Swamp #0A2827

Color information

#0A2827 (or 0x0A2827) is unknown color: approx Swamp. HEX triplet: 0A, 28 and 27. RGB value is (10,40,39). Sum of RGB (Red+Green+Blue) = 10+40+39=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #0A2827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2827 is #F5D7D8. Grayscale: #1E1E1E. Windows color (decimal): -16111577 or 2566154. OLE color: 2566154.

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

Color convert

RGB104039-
CMYK0.7500.020.84
HSL178º60%9.8%-
HSV(B)178º75%15.69%-
XYZ1.251.732.19-
YUV30.92132.56113.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.24%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 39 (15.62% from 255) = 43.82%
R=11.24%
G=44.94%
B=43.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1040390.7500.020.84178609.8
HexA28274B0254b23ca
Octal125047113021242627412
Binary101010100010011110010110101010100101100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,40,39); }

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

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

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

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

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

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

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