#0C2D10

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

Shades of Black Bean #0C2D10

Tints of Black Bean #0C2D10

Color information

#0C2D10 (or 0x0C2D10) is unknown color: approx Black Bean. HEX triplet: 0C, 2D and 10. RGB value is (12,45,16). Sum of RGB (Red+Green+Blue) = 12+45+16=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 45 (17.97% from 255 or 61.64% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2D10 is #F3D2EF. Grayscale: #1F1F1F. Windows color (decimal): -15979248 or 1060108. OLE color: 1060108.

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

Color convert

RGB124516-
CMYK0.7300.640.82
HSL127.27º57.89%11.18%-
HSV(B)127.27º73.33%17.65%-
XYZ1.181.990.81-
YUV31.83119.07113.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.44%
GREEN value IS 45 (17.97% from 255) = 61.64%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=16.44%
G=61.64%
B=21.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1245160.7300.640.82127.2757.8911.18
HexC2D1049040527f3ab
Octal14552011101001221777213
Binary110010110110000100100101000000101001011111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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