#142E17

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

Shades of Black Bean #142E17

Tints of Black Bean #142E17

Color information

#142E17 (or 0x142E17) is unknown color: approx Black Bean. HEX triplet: 14, 2E and 17. RGB value is (20,46,23). Sum of RGB (Red+Green+Blue) = 20+46+23=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #142E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142E17 is #EBD1E8. Grayscale: #232323. Windows color (decimal): -15454697 or 1519124. OLE color: 1519124.

HSL color Cylindrical-coordinate representation of color #142E17: hue angle of 126.92º degrees, saturation: 0.39, 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 #142E17 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.82.

Color convert

RGB204623-
CMYK0.5700.500.82
HSL126.92º39.39%12.94%-
HSV(B)126.92º56.52%18.04%-
XYZ1.422.161.15-
YUV35.6120.89116.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 46 (18.36% from 255) = 51.69%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=22.47%
G=51.69%
B=25.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2046230.5700.500.82126.9239.3912.94
Hex142E1739032527f27d
Octal245627710621221774715
Binary10100101110101111110010110010101001011111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,46,23); }

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

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

 a { background-color: rgb(20,46,23); }

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

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

 span { border-color: rgb(20,46,23); }

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