#122F17

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

Shades of Black Bean #122F17

Tints of Black Bean #122F17

Color information

#122F17 (or 0x122F17) is unknown color: approx Black Bean. HEX triplet: 12, 2F and 17. RGB value is (18,47,23). Sum of RGB (Red+Green+Blue) = 18+47+23=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 47 (18.75% from 255 or 53.41% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 47 - color contains mainly: green. Hex color #122F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F17 is #EDD0E8. Grayscale: #232323. Windows color (decimal): -15585513 or 1519378. OLE color: 1519378.

HSL color Cylindrical-coordinate representation of color #122F17: hue angle of 130.34º 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 #122F17 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.

Color convert

RGB184723-
CMYK0.6200.510.82
HSL130.34º44.62%12.75%-
HSV(B)130.34º61.7%18.43%-
XYZ1.422.221.16-
YUV35.59120.89115.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 47 (18.75% from 255) = 53.41%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=20.45%
G=53.41%
B=26.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847230.6200.510.82130.3444.6212.75
Hex122F173E03352822dd
Octal225727760631222025515
Binary100101011111011111111001100111010010100000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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