Html Css Color HEX #141918 Racing Green

📋 copy color: '#141918'

red 20 ◦ green 25 ◦ blue 24

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

Shades of Racing Green #141918

Tints of Racing Green #141918

RGB

 RED value IS 20 (8.2% from 255) = 28.99%

 GREEN value IS 25 (10.16% from 255) = 36.23%

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

R = 28.99%
G = 36.23%
B = 34.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#141918 (or 0x141918) is known color: Racing Green. HEX triplet: 14, 19 and 18. RGB value is (20,25,24). Sum of RGB (Red+Green+Blue) = 20+25+24=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 25 - color contains mainly: green. Hex color #141918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141918 is #EBE6E7. Grayscale: #171717. Windows color (decimal): -15460072 or 1579284. OLE color: 1579284.

HSL color Cylindrical-coordinate representation of color #141918: hue angle of 168º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141918 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 25 24 -
CMYK 0.20 0 0.04 0.90
HSL 168º 0.11% 0.09% -
HSV(B) 168º 0.2% 0.1% -
XYZ 0.8 0.91 1 -
YUV 23.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 20 25 24 0.20 0 0.04 0.90 168 0.11 0.09
Hex 14 19 18 14 0 4 5A A8 B 9
Octal 24 31 30 24 0 4 132 250 13 11
Binary 10100 11001 11000 10100 0 100 1011010 10101000 1011 1001

Color Harmonies of #141918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141918

Black with #141918

Text Example


Text Example

White with #141918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141918; }

 p { color: rgb(20,25,24); }

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

background-color css

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

 a { background-color: rgb(20,25,24); }

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

border-color css

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

 span { border-color: rgb(20,25,24); }

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