Html Css Color HEX #142E17 Black Bean

📋 copy color: '#142E17'

red 20 ◦ green 46 ◦ blue 23

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

Shades of Black Bean #142E17

Tints of Black Bean #142E17

RGB

 RED value IS 20 (8.2% 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 value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.82

RGB Variations

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

Color information

#142E17 (or 0x142E17) is known color: 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

RGB 20 46 23 -
CMYK 0.57 0 0.50 0.82
HSL 126.92º 0.39% 0.13% -
HSV(B) 126.92º 0.57% 0.18% -
XYZ 1.42 2.16 1.15 -
YUV 35.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 20 46 23 0.57 0 0.50 0.82 126.92 0.39 0.13
Hex 14 2E 17 39 0 32 52 7F 27 D
Octal 24 56 27 71 0 62 122 177 47 15
Binary 10100 101110 10111 111001 0 110010 1010010 1111111 100111 1101

Color Harmonies of #142E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E17

Black with #142E17

Text Example


Text Example

White with #142E17

Text Example


Text Example

HTML Codes & Css Web 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>