Html Css Color HEX #131917 Dark Green

📋 copy color: '#131917'

red 19 ◦ green 25 ◦ blue 23

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

Shades of Dark Green #131917

Tints of Dark Green #131917

RGB

 RED value IS 19 (7.81% from 255) = 28.36%

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

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

R = 28.36%
G = 37.31%
B = 34.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#131917 (or 0x131917) is known color: Dark Green. HEX triplet: 13, 19 and 17. RGB value is (19,25,23). Sum of RGB (Red+Green+Blue) = 19+25+23=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 25 - color contains mainly: green. Hex color #131917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131917 is #ECE6E8. Grayscale: #161616. Windows color (decimal): -15525609 or 1513747. OLE color: 1513747.

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

Color convert

RGB 19 25 23 -
CMYK 0.24 0 0.08 0.90
HSL 160º 0.14% 0.09% -
HSV(B) 160º 0.24% 0.1% -
XYZ 0.77 0.9 0.94 -
YUV 22.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 19 25 23 0.24 0 0.08 0.90 160 0.14 0.09
Hex 13 19 17 18 0 8 5A A0 E 9
Octal 23 31 27 30 0 10 132 240 16 11
Binary 10011 11001 10111 11000 0 1000 1011010 10100000 1110 1001

Color Harmonies of #131917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131917

Black with #131917

Text Example


Text Example

White with #131917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131917; }

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

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

background-color css

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

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

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

border-color css

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

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

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