Html Css Color HEX #142A18 Black Bean

📋 copy color: '#142A18'

red 20 ◦ green 42 ◦ blue 24

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

Shades of Black Bean #142A18

Tints of Black Bean #142A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 48.84%

 BLUE value IS 24 (9.77% from 255) = 27.91%

R = 23.26%
G = 48.84%
B = 27.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.84

RGB Variations

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

Color information

#142A18 (or 0x142A18) is known color: Black Bean. HEX triplet: 14, 2A and 18. RGB value is (20,42,24). Sum of RGB (Red+Green+Blue) = 20+42+24=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 42 (16.80% from 255 or 48.84% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 42 - color contains mainly: green. Hex color #142A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142A18 is #EBD5E7. Grayscale: #212121. Windows color (decimal): -15455720 or 1583636. OLE color: 1583636.

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

Color convert

RGB 20 42 24 -
CMYK 0.52 0 0.43 0.84
HSL 130.91º 0.35% 0.12% -
HSV(B) 130.91º 0.52% 0.16% -
XYZ 1.28 1.87 1.16 -
YUV 33.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 20 42 24 0.52 0 0.43 0.84 130.91 0.35 0.12
Hex 14 2A 18 34 0 2B 54 83 23 C
Octal 24 52 30 64 0 53 124 203 43 14
Binary 10100 101010 11000 110100 0 101011 1010100 10000011 100011 1100

Color Harmonies of #142A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A18

Black with #142A18

Text Example


Text Example

White with #142A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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