Html Css Color HEX #131D1B Racing Green

📋 copy color: '#131D1B'

red 19 ◦ green 29 ◦ blue 27

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

Shades of Racing Green #131D1B

Tints of Racing Green #131D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 36%

R = 25.33%
G = 38.67%
B = 36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#131D1B (or 0x131D1B) is known color: Racing Green. HEX triplet: 13, 1D and 1B. RGB value is (19,29,27). Sum of RGB (Red+Green+Blue) = 19+29+27=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 29 - color contains mainly: green. Hex color #131D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D1B is #ECE2E4. Grayscale: #191919. Windows color (decimal): -15524581 or 1776915. OLE color: 1776915.

HSL color Cylindrical-coordinate representation of color #131D1B: hue angle of 168º 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 #131D1B is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 29 27 -
CMYK 0.34 0 0.07 0.89
HSL 168º 0.21% 0.09% -
HSV(B) 168º 0.34% 0.11% -
XYZ 0.91 1.1 1.2 -
YUV 25.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 19 29 27 0.34 0 0.07 0.89 168 0.21 0.09
Hex 13 1D 1B 22 0 7 59 A8 15 9
Octal 23 35 33 42 0 7 131 250 25 11
Binary 10011 11101 11011 100010 0 111 1011001 10101000 10101 1001

Color Harmonies of #131D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D1B

Black with #131D1B

Text Example


Text Example

White with #131D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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