#142520

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

Shades of Racing Green #142520

Tints of Racing Green #142520

Color information

#142520 (or 0x142520) is unknown color: approx Racing Green. HEX triplet: 14, 25 and 20. RGB value is (20,37,32). Sum of RGB (Red+Green+Blue) = 20+37+32=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #142520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142520 is #EBDADF. Grayscale: #1F1F1F. Windows color (decimal): -15456992 or 2106644. OLE color: 2106644.

HSL color Cylindrical-coordinate representation of color #142520: hue angle of 162.35º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #142520 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB203732-
CMYK0.4600.140.85
HSL162.35º29.82%11.18%-
HSV(B)162.35º45.95%14.51%-
XYZ1.211.581.61-
YUV31.35128.37119.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=22.47%
G=41.57%
B=35.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037320.4600.140.85162.3529.8211.18
Hex1425202E0E55a21eb
Octal244540560161252423613
Binary1010010010110000010111001110101010110100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142520; }

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

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

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

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

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

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

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

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