Html Css Color HEX #131F1A Dark Green

📋 copy color: '#131F1A'

red 19 ◦ green 31 ◦ blue 26

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

Shades of Dark Green #131F1A

Tints of Dark Green #131F1A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 40.79%

 BLUE value IS 26 (10.55% from 255) = 34.21%

R = 25%
G = 40.79%
B = 34.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#131F1A (or 0x131F1A) is known color: Dark Green. HEX triplet: 13, 1F and 1A. RGB value is (19,31,26). Sum of RGB (Red+Green+Blue) = 19+31+26=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 31 - color contains mainly: green. Hex color #131F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F1A is #ECE0E5. Grayscale: #1A1A1A. Windows color (decimal): -15524070 or 1711891. OLE color: 1711891.

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

Color convert

RGB 19 31 26 -
CMYK 0.39 0 0.16 0.88
HSL 155º 0.24% 0.1% -
HSV(B) 155º 0.39% 0.12% -
XYZ 0.94 1.19 1.16 -
YUV 26.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 19 31 26 0.39 0 0.16 0.88 155 0.24 0.1
Hex 13 1F 1A 27 0 10 58 9B 18 A
Octal 23 37 32 47 0 20 130 233 30 12
Binary 10011 11111 11010 100111 0 10000 1011000 10011011 11000 1010

Color Harmonies of #131F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F1A

Black with #131F1A

Text Example


Text Example

White with #131F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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