Html Css Color HEX #141917 Dark Green

📋 copy color: '#141917'

red 20 ◦ green 25 ◦ blue 23

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

Shades of Dark Green #141917

Tints of Dark Green #141917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 36.76%

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

R = 29.41%
G = 36.76%
B = 33.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#141917 (or 0x141917) is known color: Dark Green. HEX triplet: 14, 19 and 17. RGB value is (20,25,23). Sum of RGB (Red+Green+Blue) = 20+25+23=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 25 - color contains mainly: green. Hex color #141917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141917 is #EBE6E8. Grayscale: #171717. Windows color (decimal): -15460073 or 1513748. OLE color: 1513748.

HSL color Cylindrical-coordinate representation of color #141917: hue angle of 156º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141917 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 25 23 -
CMYK 0.20 0 0.08 0.90
HSL 156º 0.11% 0.09% -
HSV(B) 156º 0.2% 0.1% -
XYZ 0.79 0.91 0.94 -
YUV 23.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 20 25 23 0.20 0 0.08 0.90 156 0.11 0.09
Hex 14 19 17 14 0 8 5A 9C B 9
Octal 24 31 27 24 0 10 132 234 13 11
Binary 10100 11001 10111 10100 0 1000 1011010 10011100 1011 1001

Color Harmonies of #141917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141917

Black with #141917

Text Example


Text Example

White with #141917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141917; }

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

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

background-color css

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

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

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

border-color css

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

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

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