#142E29

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

Shades of Racing Green #142E29

Tints of Racing Green #142E29

Color information

#142E29 (or 0x142E29) is unknown color: approx Racing Green. HEX triplet: 14, 2E and 29. RGB value is (20,46,41). Sum of RGB (Red+Green+Blue) = 20+46+41=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 46 - color contains mainly: green. Hex color #142E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E29 is #EBD1D6. Grayscale: #252525. Windows color (decimal): -15454679 or 2698772. OLE color: 2698772.

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

Color convert

RGB204641-
CMYK0.5700.110.82
HSL168.46º39.39%12.94%-
HSV(B)168.46º56.52%18.04%-
XYZ1.672.262.45-
YUV37.66129.89115.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=18.69%
G=42.99%
B=38.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2046410.5700.110.82168.4639.3912.94
Hex142E29390B52a827d
Octal245651710131222504715
Binary10100101110101001111001010111010010101010001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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