#142320

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

Shades of Racing Green #142320

Tints of Racing Green #142320

Color information

#142320 (or 0x142320) is unknown color: approx Racing Green. HEX triplet: 14, 23 and 20. RGB value is (20,35,32). Sum of RGB (Red+Green+Blue) = 20+35+32=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #142320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142320 is #EBDCDF. Grayscale: #1E1E1E. Windows color (decimal): -15457504 or 2106132. OLE color: 2106132.

HSL color Cylindrical-coordinate representation of color #142320: hue angle of 168º 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 #142320 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB203532-
CMYK0.4300.090.86
HSL168º27.27%10.78%-
HSV(B)168º42.86%13.73%-
XYZ1.151.461.59-
YUV30.17129.03120.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 35 (14.06% from 255) = 40.23%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=22.99%
G=40.23%
B=36.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2035320.4300.090.8616827.2710.78
Hex1423202B0956a81bb
Octal244340530111262503313
Binary1010010001110000010101101001101011010101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142320; }

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

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

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

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

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

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

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

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