#122F16

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

Shades of Black Bean #122F16

Tints of Black Bean #122F16

Color information

#122F16 (or 0x122F16) is unknown color: approx Black Bean. HEX triplet: 12, 2F and 16. RGB value is (18,47,22). Sum of RGB (Red+Green+Blue) = 18+47+22=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 47 (18.75% from 255 or 54.02% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 47 - color contains mainly: green. Hex color #122F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F16 is #EDD0E9. Grayscale: #232323. Windows color (decimal): -15585514 or 1453842. OLE color: 1453842.

HSL color Cylindrical-coordinate representation of color #122F16: hue angle of 128.28º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F16 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB184722-
CMYK0.6200.530.82
HSL128.28º44.62%12.75%-
HSV(B)128.28º61.7%18.43%-
XYZ1.412.221.11-
YUV35.48120.39115.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 47 (18.75% from 255) = 54.02%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=20.69%
G=54.02%
B=25.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847220.6200.530.82128.2844.6212.75
Hex122F163E03552802dd
Octal225726760651222005515
Binary100101011111011011111001101011010010100000001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122F16; }

 p { color: rgb(18,47,22); }

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

<style>
 a { background-color: #122F16; }

 a { background-color: rgb(18,47,22); }

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

<style>
 span { border-color: #122F16; }

 span { border-color: rgb(18,47,22); }

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