#142624

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

Shades of Racing Green #142624

Tints of Racing Green #142624

Color information

#142624 (or 0x142624) is unknown color: approx Racing Green. HEX triplet: 14, 26 and 24. RGB value is (20,38,36). Sum of RGB (Red+Green+Blue) = 20+38+36=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #142624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142624 is #EBD9DB. Grayscale: #202020. Windows color (decimal): -15456732 or 2369044. OLE color: 2369044.

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

Color convert

RGB203836-
CMYK0.4700.050.85
HSL173.33º31.03%11.37%-
HSV(B)173.33º47.37%14.9%-
XYZ1.31.661.92-
YUV32.39130.04119.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 36 (14.45% from 255) = 38.30%
R=21.28%
G=40.43%
B=38.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2038360.4700.050.85173.3331.0311.37
Hex1426242F0555ad1fb
Octal24464457051252553713
Binary101001001101001001011110101101010110101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142624; }

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

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

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

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

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

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

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

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