#142A15

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

Shades of Black Bean #142A15

Tints of Black Bean #142A15

Color information

#142A15 (or 0x142A15) is unknown color: approx Black Bean. HEX triplet: 14, 2A and 15. RGB value is (20,42,21). Sum of RGB (Red+Green+Blue) = 20+42+21=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #142A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142A15 is #EBD5EA. Grayscale: #212121. Windows color (decimal): -15455723 or 1387028. OLE color: 1387028.

HSL color Cylindrical-coordinate representation of color #142A15: hue angle of 122.73º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #142A15 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.84.

Color convert

RGB204221-
CMYK0.5200.500.84
HSL122.73º35.48%12.16%-
HSV(B)122.73º52.38%16.47%-
XYZ1.251.861-
YUV33.03121.21118.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 42 (16.80% from 255) = 50.60%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=24.10%
G=50.60%
B=25.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2042210.5200.500.84122.7335.4812.16
Hex142A1534032547b23c
Octal245225640621241734314
Binary10100101010101011101000110010101010011110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,42,21); }

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

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

 a { background-color: rgb(20,42,21); }

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

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

 span { border-color: rgb(20,42,21); }

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