Html Css Color HEX #142A17 Black Bean

📋 copy color: '#142A17'

red 20 ◦ green 42 ◦ blue 23

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

Shades of Black Bean #142A17

Tints of Black Bean #142A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 27.06%

R = 23.53%
G = 49.41%
B = 27.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.84

RGB Variations

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

Color information

#142A17 (or 0x142A17) is known color: Black Bean. HEX triplet: 14, 2A and 17. RGB value is (20,42,23). Sum of RGB (Red+Green+Blue) = 20+42+23=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 42 (16.80% from 255 or 49.41% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 42 - color contains mainly: green. Hex color #142A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142A17 is #EBD5E8. Grayscale: #212121. Windows color (decimal): -15455721 or 1518100. OLE color: 1518100.

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

Color convert

RGB 20 42 23 -
CMYK 0.52 0 0.45 0.84
HSL 128.18º 0.35% 0.12% -
HSV(B) 128.18º 0.52% 0.16% -
XYZ 1.27 1.87 1.1 -
YUV 33.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 20 42 23 0.52 0 0.45 0.84 128.18 0.35 0.12
Hex 14 2A 17 34 0 2D 54 80 23 C
Octal 24 52 27 64 0 55 124 200 43 14
Binary 10100 101010 10111 110100 0 101101 1010100 10000000 100011 1100

Color Harmonies of #142A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A17

Black with #142A17

Text Example


Text Example

White with #142A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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