Html Css Color HEX #142E1A Black Bean

📋 copy color: '#142E1A'

red 20 ◦ green 46 ◦ blue 26

#142E1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #142E1A

Tints of Black Bean #142E1A

RGB

 RED value IS 20 (8.2% from 255) = 21.74%

 GREEN value IS 46 (18.36% from 255) = 50%

 BLUE value IS 26 (10.55% from 255) = 28.26%

R = 21.74%
G = 50%
B = 28.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.82

RGB Variations

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

Color information

#142E1A (or 0x142E1A) is known color: Black Bean. HEX triplet: 14, 2E and 1A. RGB value is (20,46,26). Sum of RGB (Red+Green+Blue) = 20+46+26=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #142E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E1A is #EBD1E5. Grayscale: #242424. Windows color (decimal): -15454694 or 1715732. OLE color: 1715732.

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

Color convert

RGB 20 46 26 -
CMYK 0.57 0 0.43 0.82
HSL 133.85º 0.39% 0.13% -
HSV(B) 133.85º 0.57% 0.18% -
XYZ 1.45 2.18 1.32 -
YUV 35.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 20 46 26 0.57 0 0.43 0.82 133.85 0.39 0.13
Hex 14 2E 1A 39 0 2B 52 86 27 D
Octal 24 56 32 71 0 53 122 206 47 15
Binary 10100 101110 11010 111001 0 101011 1010010 10000110 100111 1101

Color Harmonies of #142E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E1A

Black with #142E1A

Text Example


Text Example

White with #142E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #142E1A;
 }
 .AnyTagClassName
 {
   color: #142E1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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