Html Css Color HEX #142F19 Black Bean

📋 copy color: '#142F19'

red 20 ◦ green 47 ◦ blue 25

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

Shades of Black Bean #142F19

Tints of Black Bean #142F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 27.17%

R = 21.74%
G = 51.09%
B = 27.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.82

RGB Variations

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

Color information

#142F19 (or 0x142F19) is known color: Black Bean. HEX triplet: 14, 2F and 19. RGB value is (20,47,25). Sum of RGB (Red+Green+Blue) = 20+47+25=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 47 (18.75% from 255 or 51.09% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 47 - color contains mainly: green. Hex color #142F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F19 is #EBD0E6. Grayscale: #242424. Windows color (decimal): -15454439 or 1650452. OLE color: 1650452.

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

Color convert

RGB 20 47 25 -
CMYK 0.57 0 0.47 0.82
HSL 131.11º 0.4% 0.13% -
HSV(B) 131.11º 0.57% 0.18% -
XYZ 1.48 2.25 1.28 -
YUV 36.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 20 47 25 0.57 0 0.47 0.82 131.11 0.4 0.13
Hex 14 2F 19 39 0 2F 52 83 28 D
Octal 24 57 31 71 0 57 122 203 50 15
Binary 10100 101111 11001 111001 0 101111 1010010 10000011 101000 1101

Color Harmonies of #142F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F19

Black with #142F19

Text Example


Text Example

White with #142F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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