#0A302E

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

Shades of Swamp #0A302E

Tints of Swamp #0A302E

Color information

#0A302E (or 0x0A302E) is unknown color: approx Swamp. HEX triplet: 0A, 30 and 2E. RGB value is (10,48,46). Sum of RGB (Red+Green+Blue) = 10+48+46=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #0A302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A302E is #F5CFD1. Grayscale: #242424. Windows color (decimal): -16109522 or 3026954. OLE color: 3026954.

HSL color Cylindrical-coordinate representation of color #0A302E: hue angle of 176.84º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A302E is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB104846-
CMYK0.7900.040.81
HSL176.84º65.52%11.37%-
HSV(B)176.84º79.17%18.82%-
XYZ1.682.382.96-
YUV36.41133.41109.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.62%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=9.62%
G=46.15%
B=44.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048460.7900.040.81176.8465.5211.37
HexA302E4F0451b142b
Octal1260561170412126110213
Binary10101100001011101001111010010100011011000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,48,46); }

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

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

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

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

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

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

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