Html Css Color HEX #131D1C Racing Green

📋 copy color: '#131D1C'

red 19 ◦ green 29 ◦ blue 28

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

Shades of Racing Green #131D1C

Tints of Racing Green #131D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 38.16%

 BLUE value IS 28 (11.33% from 255) = 36.84%

R = 25%
G = 38.16%
B = 36.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.89

RGB Variations

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

Color information

#131D1C (or 0x131D1C) is known color: Racing Green. HEX triplet: 13, 1D and 1C. RGB value is (19,29,28). Sum of RGB (Red+Green+Blue) = 19+29+28=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 29 - color contains mainly: green. Hex color #131D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D1C is #ECE2E3. Grayscale: #191919. Windows color (decimal): -15524580 or 1842451. OLE color: 1842451.

HSL color Cylindrical-coordinate representation of color #131D1C: hue angle of 174º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #131D1C is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 29 28 -
CMYK 0.34 0 0.03 0.89
HSL 174º 0.21% 0.09% -
HSV(B) 174º 0.34% 0.11% -
XYZ 0.92 1.1 1.26 -
YUV 25.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 19 29 28 0.34 0 0.03 0.89 174 0.21 0.09
Hex 13 1D 1C 22 0 3 59 AE 15 9
Octal 23 35 34 42 0 3 131 256 25 11
Binary 10011 11101 11100 100010 0 11 1011001 10101110 10101 1001

Color Harmonies of #131D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D1C

Black with #131D1C

Text Example


Text Example

White with #131D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,29,28); }

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

background-color css

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

 a { background-color: rgb(19,29,28); }

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

border-color css

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

 span { border-color: rgb(19,29,28); }

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