#0F302D

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

Shades of Swamp #0F302D

Tints of Swamp #0F302D

Color information

#0F302D (or 0x0F302D) is unknown color: approx Swamp. HEX triplet: 0F, 30 and 2D. RGB value is (15,48,45). Sum of RGB (Red+Green+Blue) = 15+48+45=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #0F302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F302D is #F0CFD2. Grayscale: #252525. Windows color (decimal): -15781843 or 2961423. OLE color: 2961423.

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

Color convert

RGB154845-
CMYK0.6900.060.81
HSL174.55º52.38%12.35%-
HSV(B)174.55º68.75%18.82%-
XYZ1.732.42.86-
YUV37.79132.07111.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=13.89%
G=44.44%
B=41.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548450.6900.060.81174.5552.3812.35
HexF302D450651af34c
Octal176055105061212576414
Binary1111110000101101100010101101010001101011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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