#0F302F

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

Shades of Swamp #0F302F

Tints of Swamp #0F302F

Color information

#0F302F (or 0x0F302F) is unknown color: approx Swamp. HEX triplet: 0F, 30 and 2F. RGB value is (15,48,47). Sum of RGB (Red+Green+Blue) = 15+48+47=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #0F302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F302F is #F0CFD0. Grayscale: #252525. Windows color (decimal): -15781841 or 3092495. OLE color: 3092495.

HSL color Cylindrical-coordinate representation of color #0F302F: hue angle of 178.18º 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 #0F302F is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB154847-
CMYK0.6900.020.81
HSL178.18º52.38%12.35%-
HSV(B)178.18º68.75%18.82%-
XYZ1.772.423.06-
YUV38.02133.07111.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=13.64%
G=43.64%
B=42.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548470.6900.020.81178.1852.3812.35
HexF302F450251b234c
Octal176057105021212626414
Binary111111000010111110001010101010001101100101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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