#0C302D

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

Shades of Swamp #0C302D

Tints of Swamp #0C302D

Color information

#0C302D (or 0x0C302D) is unknown color: approx Swamp. HEX triplet: 0C, 30 and 2D. RGB value is (12,48,45). Sum of RGB (Red+Green+Blue) = 12+48+45=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #0C302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C302D is #F3CFD2. Grayscale: #242424. Windows color (decimal): -15978451 or 2961420. OLE color: 2961420.

HSL color Cylindrical-coordinate representation of color #0C302D: hue angle of 175º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C302D is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB124845-
CMYK0.7500.060.81
HSL175º60%11.76%-
HSV(B)175º75%18.82%-
XYZ1.682.382.85-
YUV36.89132.57110.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.43%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 45 (17.97% from 255) = 42.86%
R=11.43%
G=45.71%
B=42.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1248450.7500.060.811756011.76
HexC302D4B0651af3cc
Octal146055113061212577414
Binary1100110000101101100101101101010001101011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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