#0C2D2A

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

Shades of Swamp #0C2D2A

Tints of Swamp #0C2D2A

Color information

#0C2D2A (or 0x0C2D2A) is unknown color: approx Swamp. HEX triplet: 0C, 2D and 2A. RGB value is (12,45,42). Sum of RGB (Red+Green+Blue) = 12+45+42=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2D2A is #F3D2D5. Grayscale: #222222. Windows color (decimal): -15979222 or 2764044. OLE color: 2764044.

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

Color convert

RGB124542-
CMYK0.7300.070.82
HSL174.55º57.89%11.18%-
HSV(B)174.55º73.33%17.65%-
XYZ1.512.122.52-
YUV34.79132.07111.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.12%
GREEN value IS 45 (17.97% from 255) = 45.45%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=12.12%
G=45.45%
B=42.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1245420.7300.070.82174.5557.8911.18
HexC2D2A490752af3ab
Octal145552111071222577213
Binary1100101101101010100100101111010010101011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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