#0C2F2C

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

Shades of Swamp #0C2F2C

Tints of Swamp #0C2F2C

Color information

#0C2F2C (or 0x0C2F2C) is unknown color: approx Swamp. HEX triplet: 0C, 2F and 2C. RGB value is (12,47,44). Sum of RGB (Red+Green+Blue) = 12+47+44=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #0C2F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2F2C is #F3D0D3. Grayscale: #242424. Windows color (decimal): -15978708 or 2895628. OLE color: 2895628.

HSL color Cylindrical-coordinate representation of color #0C2F2C: hue angle of 174.86º 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 #0C2F2C is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.

Color convert

RGB124744-
CMYK0.7400.060.82
HSL174.86º59.32%11.57%-
HSV(B)174.86º74.47%18.43%-
XYZ1.622.292.74-
YUV36.19132.4110.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.65%
GREEN value IS 47 (18.75% from 255) = 45.63%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=11.65%
G=45.63%
B=42.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1247440.7400.060.82174.8659.3211.57
HexC2F2C4A0652af3bc
Octal145754112061222577314
Binary1100101111101100100101001101010010101011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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