#0B2F2D

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

Shades of Swamp #0B2F2D

Tints of Swamp #0B2F2D

Color information

#0B2F2D (or 0x0B2F2D) is unknown color: approx Swamp. HEX triplet: 0B, 2F and 2D. RGB value is (11,47,45). Sum of RGB (Red+Green+Blue) = 11+47+45=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F2D is #F4D0D2. Grayscale: #232323. Windows color (decimal): -16044243 or 2961163. OLE color: 2961163.

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

Color convert

RGB114745-
CMYK0.7700.040.82
HSL176.67º62.07%11.37%-
HSV(B)176.67º76.6%18.43%-
XYZ1.632.292.84-
YUV36.01133.07110.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 47 (18.75% from 255) = 45.63%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=10.68%
G=45.63%
B=43.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1147450.7700.040.82176.6762.0711.37
HexB2F2D4D0452b13eb
Octal135755115041222617613
Binary1011101111101101100110101001010010101100011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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