#142321

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

Shades of Racing Green #142321

Tints of Racing Green #142321

Color information

#142321 (or 0x142321) is unknown color: approx Racing Green. HEX triplet: 14, 23 and 21. RGB value is (20,35,33). Sum of RGB (Red+Green+Blue) = 20+35+33=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 35 - color contains mainly: green. Hex color #142321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142321 is #EBDCDE. Grayscale: #1E1E1E. Windows color (decimal): -15457503 or 2171668. OLE color: 2171668.

HSL color Cylindrical-coordinate representation of color #142321: hue angle of 172º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142321 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB203533-
CMYK0.4300.060.86
HSL172º27.27%10.78%-
HSV(B)172º42.86%13.73%-
XYZ1.161.461.66-
YUV30.29129.53120.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 35 (14.06% from 255) = 39.77%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=22.73%
G=39.77%
B=37.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2035330.4300.060.8617227.2710.78
Hex1423212B0656ac1bb
Octal24434153061262543313
Binary101001000111000011010110110101011010101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142321; }

 p { color: rgb(20,35,33); }

 H1.HeaderClassName
 {
   color: #142321;
 }
 .AnyTagClassName
 {
   color: #142321;
 }
</style>
background-color css

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

 a { background-color: rgb(20,35,33); }

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

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

 span { border-color: rgb(20,35,33); }

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