Html Css Color HEX #131A17 Dark Green

📋 copy color: '#131A17'

red 19 ◦ green 26 ◦ blue 23

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

Shades of Dark Green #131A17

Tints of Dark Green #131A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 38.24%

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

R = 27.94%
G = 38.24%
B = 33.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#131A17 (or 0x131A17) is known color: Dark Green. HEX triplet: 13, 1A and 17. RGB value is (19,26,23). Sum of RGB (Red+Green+Blue) = 19+26+23=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 26 - color contains mainly: green. Hex color #131A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A17 is #ECE5E8. Grayscale: #171717. Windows color (decimal): -15525353 or 1514003. OLE color: 1514003.

HSL color Cylindrical-coordinate representation of color #131A17: hue angle of 154.29º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #131A17 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 26 23 -
CMYK 0.27 0 0.12 0.90
HSL 154.29º 0.16% 0.09% -
HSV(B) 154.29º 0.27% 0.1% -
XYZ 0.79 0.94 0.95 -
YUV 23.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 19 26 23 0.27 0 0.12 0.90 154.29 0.16 0.09
Hex 13 1A 17 1B 0 C 5A 9A 10 9
Octal 23 32 27 33 0 14 132 232 20 11
Binary 10011 11010 10111 11011 0 1100 1011010 10011010 10000 1001

Color Harmonies of #131A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A17

Black with #131A17

Text Example


Text Example

White with #131A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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