#09302E

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

Shades of Swamp #09302E

Tints of Swamp #09302E

Color information

#09302E (or 0x09302E) is unknown color: approx Swamp. HEX triplet: 09, 30 and 2E. RGB value is (9,48,46). Sum of RGB (Red+Green+Blue) = 9+48+46=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #09302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09302E is #F6CFD1. Grayscale: #242424. Windows color (decimal): -16175058 or 3026953. OLE color: 3026953.

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

Color convert

RGB94846-
CMYK0.8100.040.81
HSL176.92º68.42%11.18%-
HSV(B)176.92º81.25%18.82%-
XYZ1.662.372.95-
YUV36.11133.58108.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=8.74%
G=46.60%
B=44.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948460.8100.040.81176.9268.4211.18
Hex9302E510451b144b
Octal1160561210412126110413
Binary10011100001011101010001010010100011011000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09302E; }

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

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

<style>
 a { background-color: #09302E; }

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

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

<style>
 span { border-color: #09302E; }

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

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