#0F302E

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

Shades of Swamp #0F302E

Tints of Swamp #0F302E

Color information

#0F302E (or 0x0F302E) is unknown color: approx Swamp. HEX triplet: 0F, 30 and 2E. RGB value is (15,48,46). Sum of RGB (Red+Green+Blue) = 15+48+46=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #0F302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F302E is #F0CFD1. Grayscale: #252525. Windows color (decimal): -15781842 or 3026959. OLE color: 3026959.

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

Color convert

RGB154846-
CMYK0.6900.040.81
HSL176.36º52.38%12.35%-
HSV(B)176.36º68.75%18.82%-
XYZ1.752.412.96-
YUV37.9132.57111.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=13.76%
G=44.04%
B=42.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548460.6900.040.81176.3652.3812.35
HexF302E450451b034c
Octal176056105041212606414
Binary1111110000101110100010101001010001101100001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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