#142924

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

Shades of Racing Green #142924

Tints of Racing Green #142924

Color information

#142924 (or 0x142924) is unknown color: approx Racing Green. HEX triplet: 14, 29 and 24. RGB value is (20,41,36). Sum of RGB (Red+Green+Blue) = 20+41+36=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #142924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142924 is #EBD6DB. Grayscale: #222222. Windows color (decimal): -15455964 or 2369812. OLE color: 2369812.

HSL color Cylindrical-coordinate representation of color #142924: hue angle of 165.71º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142924 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB204136-
CMYK0.5100.120.84
HSL165.71º34.43%11.96%-
HSV(B)165.71º51.22%16.08%-
XYZ1.41.861.95-
YUV34.15129.04117.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 41 (16.41% from 255) = 42.27%
BLUE value IS 36 (14.45% from 255) = 37.11%
R=20.62%
G=42.27%
B=37.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2041360.5100.120.84165.7134.4311.96
Hex142924330C54a622c
Octal245144630141242464214
Binary10100101001100100110011011001010100101001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142924; }

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

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

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

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

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

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

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

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