#142E28

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

Shades of Racing Green #142E28

Tints of Racing Green #142E28

Color information

#142E28 (or 0x142E28) is unknown color: approx Racing Green. HEX triplet: 14, 2E and 28. RGB value is (20,46,40). Sum of RGB (Red+Green+Blue) = 20+46+40=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #142E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E28 is #EBD1D7. Grayscale: #252525. Windows color (decimal): -15454680 or 2633236. OLE color: 2633236.

HSL color Cylindrical-coordinate representation of color #142E28: hue angle of 166.15º 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 #142E28 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB204640-
CMYK0.5700.130.82
HSL166.15º39.39%12.94%-
HSV(B)166.15º56.52%18.04%-
XYZ1.652.262.36-
YUV37.54129.39115.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=18.87%
G=43.40%
B=37.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2046400.5700.130.82166.1539.3912.94
Hex142E28390D52a627d
Octal245650710151222464715
Binary10100101110101000111001011011010010101001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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