#142F16

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

Shades of Black Bean #142F16

Tints of Black Bean #142F16

Color information

#142F16 (or 0x142F16) is unknown color: approx Black Bean. HEX triplet: 14, 2F and 16. RGB value is (20,47,22). Sum of RGB (Red+Green+Blue) = 20+47+22=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 47 (18.75% from 255 or 52.81% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 47 - color contains mainly: green. Hex color #142F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F16 is #EBD0E9. Grayscale: #242424. Windows color (decimal): -15454442 or 1453844. OLE color: 1453844.

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

Color convert

RGB204722-
CMYK0.5700.530.82
HSL124.44º40.3%13.14%-
HSV(B)124.44º57.45%18.43%-
XYZ1.452.241.11-
YUV36.08120.05116.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 47 (18.75% from 255) = 52.81%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=22.47%
G=52.81%
B=24.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047220.5700.530.82124.4440.313.14
Hex142F1639035527c28d
Octal245726710651221745015
Binary10100101111101101110010110101101001011111001010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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