#0F2E2D

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

Shades of Swamp #0F2E2D

Tints of Swamp #0F2E2D

Color information

#0F2E2D (or 0x0F2E2D) is unknown color: approx Swamp. HEX triplet: 0F, 2E and 2D. RGB value is (15,46,45). Sum of RGB (Red+Green+Blue) = 15+46+45=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #0F2E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2E2D is #F0D1D2. Grayscale: #242424. Windows color (decimal): -15782355 or 2960911. OLE color: 2960911.

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

Color convert

RGB154645-
CMYK0.6700.020.82
HSL178.06º50.82%11.96%-
HSV(B)178.06º67.39%18.04%-
XYZ1.652.252.83-
YUV36.62132.73112.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=14.15%
G=43.40%
B=42.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1546450.6700.020.82178.0650.8211.96
HexF2E2D430252b233c
Octal175655103021222626314
Binary111110111010110110000110101010010101100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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