#142D29

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

Shades of Racing Green #142D29

Tints of Racing Green #142D29

Color information

#142D29 (or 0x142D29) is unknown color: approx Racing Green. HEX triplet: 14, 2D and 29. RGB value is (20,45,41). Sum of RGB (Red+Green+Blue) = 20+45+41=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 45 - color contains mainly: green. Hex color #142D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D29 is #EBD2D6. Grayscale: #252525. Windows color (decimal): -15454935 or 2698516. OLE color: 2698516.

HSL color Cylindrical-coordinate representation of color #142D29: hue angle of 170.4º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #142D29 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB204541-
CMYK0.5600.090.82
HSL170.4º38.46%12.75%-
HSV(B)170.4º55.56%17.65%-
XYZ1.632.192.43-
YUV37.07130.22115.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=18.87%
G=42.45%
B=38.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2045410.5600.090.82170.438.4612.75
Hex142D29380952aa26d
Octal245551700111222524615
Binary10100101101101001111000010011010010101010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142D29; }

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

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

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

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

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

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

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

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