#141817

Color #141817 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #141817

Tints of Racing Green #141817

Color information

#141817 (or 0x141817) is unknown color: approx 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

RGB202423-
CMYK0.1700.040.91
HSL165º9.09%8.63%-
HSV(B)165º16.67%9.41%-
XYZ0.770.860.94-
YUV22.69128.17126.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2024230.1700.040.911659.098.63
Hex14181711045Ba599
Octal24302721041332451111
Binary10100110001011110001010010110111010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>