Html Css Color HEX #142D17 Black Bean

📋 copy color: '#142D17'

red 20 ◦ green 45 ◦ blue 23

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

Shades of Black Bean #142D17

Tints of Black Bean #142D17

RGB

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

 GREEN value IS 45 (17.97% from 255) = 51.14%

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

R = 22.73%
G = 51.14%
B = 26.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.82

RGB Variations

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

Color information

#142D17 (or 0x142D17) is known color: Black Bean. HEX triplet: 14, 2D and 17. RGB value is (20,45,23). Sum of RGB (Red+Green+Blue) = 20+45+23=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #142D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142D17 is #EBD2E8. Grayscale: #232323. Windows color (decimal): -15454953 or 1518868. OLE color: 1518868.

HSL color Cylindrical-coordinate representation of color #142D17: hue angle of 127.2º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #142D17 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 45 23 -
CMYK 0.56 0 0.49 0.82
HSL 127.2º 0.38% 0.13% -
HSV(B) 127.2º 0.56% 0.18% -
XYZ 1.38 2.09 1.14 -
YUV 35.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 20 45 23 0.56 0 0.49 0.82 127.2 0.38 0.13
Hex 14 2D 17 38 0 31 52 7F 26 D
Octal 24 55 27 70 0 61 122 177 46 15
Binary 10100 101101 10111 111000 0 110001 1010010 1111111 100110 1101

Color Harmonies of #142D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D17

Black with #142D17

Text Example


Text Example

White with #142D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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