#0F2F2D

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

Shades of Swamp #0F2F2D

Tints of Swamp #0F2F2D

Color information

#0F2F2D (or 0x0F2F2D) is unknown color: approx Swamp. HEX triplet: 0F, 2F and 2D. RGB value is (15,47,45). Sum of RGB (Red+Green+Blue) = 15+47+45=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2F2D is #F0D0D2. Grayscale: #252525. Windows color (decimal): -15782099 or 2961167. OLE color: 2961167.

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

Color convert

RGB154745-
CMYK0.6800.040.82
HSL176.25º51.61%12.16%-
HSV(B)176.25º68.09%18.43%-
XYZ1.692.322.84-
YUV37.2132.4112.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.02%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=14.02%
G=43.93%
B=42.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1547450.6800.040.82176.2551.6112.16
HexF2F2D440452b034c
Octal175755104041222606414
Binary1111101111101101100010001001010010101100001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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