Html Css Color HEX #131A18 Dark Green

📋 copy color: '#131A18'

red 19 ◦ green 26 ◦ blue 24

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

Shades of Dark Green #131A18

Tints of Dark Green #131A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 34.78%

R = 27.54%
G = 37.68%
B = 34.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#131A18 (or 0x131A18) is known color: Dark Green. HEX triplet: 13, 1A and 18. RGB value is (19,26,24). Sum of RGB (Red+Green+Blue) = 19+26+24=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 26 - color contains mainly: green. Hex color #131A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A18 is #ECE5E7. Grayscale: #171717. Windows color (decimal): -15525352 or 1579539. OLE color: 1579539.

HSL color Cylindrical-coordinate representation of color #131A18: hue angle of 162.86º 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 #131A18 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 26 24 -
CMYK 0.27 0 0.08 0.90
HSL 162.86º 0.16% 0.09% -
HSV(B) 162.86º 0.27% 0.1% -
XYZ 0.8 0.94 1 -
YUV 23.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 19 26 24 0.27 0 0.08 0.90 162.86 0.16 0.09
Hex 13 1A 18 1B 0 8 5A A3 10 9
Octal 23 32 30 33 0 10 132 243 20 11
Binary 10011 11010 11000 11011 0 1000 1011010 10100011 10000 1001

Color Harmonies of #131A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A18

Black with #131A18

Text Example


Text Example

White with #131A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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