Html Css Color HEX #142F16 Black Bean

📋 copy color: '#142F16'

red 20 ◦ green 47 ◦ blue 22

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

Shades of Black Bean #142F16

Tints of Black Bean #142F16

RGB

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

 GREEN value IS 47 (18.75% from 255) = 52.81%

 BLUE value IS 22 (8.98% from 255) = 24.72%

R = 22.47%
G = 52.81%
B = 24.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.82

RGB Variations

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

Color information

#142F16 (or 0x142F16) is known color: Black Bean. HEX triplet: 14, 2F and 16. RGB value is (20,47,22). Sum of RGB (Red+Green+Blue) = 20+47+22=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 47 (18.75% from 255 or 52.81% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 47 - color contains mainly: green. Hex color #142F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F16 is #EBD0E9. Grayscale: #242424. Windows color (decimal): -15454442 or 1453844. OLE color: 1453844.

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

Color convert

RGB 20 47 22 -
CMYK 0.57 0 0.53 0.82
HSL 124.44º 0.4% 0.13% -
HSV(B) 124.44º 0.57% 0.18% -
XYZ 1.45 2.24 1.11 -
YUV 36.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 20 47 22 0.57 0 0.53 0.82 124.44 0.4 0.13
Hex 14 2F 16 39 0 35 52 7C 28 D
Octal 24 57 26 71 0 65 122 174 50 15
Binary 10100 101111 10110 111001 0 110101 1010010 1111100 101000 1101

Color Harmonies of #142F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F16

Black with #142F16

Text Example


Text Example

White with #142F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,47,22); }

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

background-color css

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

 a { background-color: rgb(20,47,22); }

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

border-color css

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

 span { border-color: rgb(20,47,22); }

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