#142420

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

Shades of Racing Green #142420

Tints of Racing Green #142420

Color information

#142420 (or 0x142420) is unknown color: approx Racing Green. HEX triplet: 14, 24 and 20. RGB value is (20,36,32). Sum of RGB (Red+Green+Blue) = 20+36+32=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #142420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142420 is #EBDBDF. Grayscale: #1E1E1E. Windows color (decimal): -15457248 or 2106388. OLE color: 2106388.

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

Color convert

RGB203632-
CMYK0.4400.110.86
HSL165º28.57%10.98%-
HSV(B)165º44.44%14.12%-
XYZ1.181.511.6-
YUV30.76128.7120.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=22.73%
G=40.91%
B=36.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2036320.4400.110.8616528.5710.98
Hex1424202C0B56a51db
Octal244440540131262453513
Binary1010010010010000010110001011101011010100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142420; }

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

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

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

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

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

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

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

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