#142B28

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

Shades of Racing Green #142B28

Tints of Racing Green #142B28

Color information

#142B28 (or 0x142B28) is unknown color: approx Racing Green. HEX triplet: 14, 2B and 28. RGB value is (20,43,40). Sum of RGB (Red+Green+Blue) = 20+43+40=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 43 - color contains mainly: green. Hex color #142B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B28 is #EBD4D7. Grayscale: #232323. Windows color (decimal): -15455448 or 2632468. OLE color: 2632468.

HSL color Cylindrical-coordinate representation of color #142B28: hue angle of 172.17º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142B28 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.

Color convert

RGB204340-
CMYK0.5300.070.83
HSL172.17º36.51%12.35%-
HSV(B)172.17º53.49%16.86%-
XYZ1.542.032.32-
YUV35.78130.38116.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 43 (17.19% from 255) = 41.75%
BLUE value IS 40 (16.02% from 255) = 38.83%
R=19.42%
G=41.75%
B=38.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2043400.5300.070.83172.1736.5112.35
Hex142B28350753ac25c
Octal24535065071232544514
Binary1010010101110100011010101111010011101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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