#0C2F2D

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

Shades of Swamp #0C2F2D

Tints of Swamp #0C2F2D

Color information

#0C2F2D (or 0x0C2F2D) is unknown color: approx Swamp. HEX triplet: 0C, 2F and 2D. RGB value is (12,47,45). Sum of RGB (Red+Green+Blue) = 12+47+45=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #0C2F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2F2D is #F3D0D2. Grayscale: #242424. Windows color (decimal): -15978707 or 2961164. OLE color: 2961164.

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

Color convert

RGB124745-
CMYK0.7400.040.82
HSL176.57º59.32%11.57%-
HSV(B)176.57º74.47%18.43%-
XYZ1.642.32.84-
YUV36.31132.9110.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.54%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=11.54%
G=45.19%
B=43.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1247450.7400.040.82176.5759.3211.57
HexC2F2D4A0452b13bc
Octal145755112041222617314
Binary1100101111101101100101001001010010101100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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