Html Css Color HEX #141817 Racing Green

📋 copy color: '#141817'

red 20 ◦ green 24 ◦ blue 23

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

Shades of Racing Green #141817

Tints of Racing Green #141817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 35.82%

 BLUE value IS 23 (9.38% from 255) = 34.33%

R = 29.85%
G = 35.82%
B = 34.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#141817 (or 0x141817) is known color: Racing Green. HEX triplet: 14, 18 and 17. RGB value is (20,24,23). Sum of RGB (Red+Green+Blue) = 20+24+23=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 24 - color contains mainly: green. Hex color #141817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141817 is #EBE7E8. Grayscale: #161616. Windows color (decimal): -15460329 or 1513492. OLE color: 1513492.

HSL color Cylindrical-coordinate representation of color #141817: hue angle of 165º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #141817 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 24 23 -
CMYK 0.17 0 0.04 0.91
HSL 165º 0.09% 0.09% -
HSV(B) 165º 0.17% 0.09% -
XYZ 0.77 0.86 0.94 -
YUV 22.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 20 24 23 0.17 0 0.04 0.91 165 0.09 0.09
Hex 14 18 17 11 0 4 5B A5 9 9
Octal 24 30 27 21 0 4 133 245 11 11
Binary 10100 11000 10111 10001 0 100 1011011 10100101 1001 1001

Color Harmonies of #141817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141817

Black with #141817

Text Example


Text Example

White with #141817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141817; }

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

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

background-color css

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

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

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

border-color css

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

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

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