#143028

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

Shades of Racing Green #143028

Tints of Racing Green #143028

Color information

#143028 (or 0x143028) is unknown color: approx Racing Green. HEX triplet: 14, 30 and 28. RGB value is (20,48,40). Sum of RGB (Red+Green+Blue) = 20+48+40=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #143028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143028 is #EBCFD7. Grayscale: #262626. Windows color (decimal): -15454168 or 2633748. OLE color: 2633748.

HSL color Cylindrical-coordinate representation of color #143028: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143028 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB204840-
CMYK0.5800.170.81
HSL162.86º41.18%13.33%-
HSV(B)162.86º58.33%18.82%-
XYZ1.732.422.38-
YUV38.72128.72114.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=18.52%
G=44.44%
B=37.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048400.5800.170.81162.8641.1813.33
Hex1430283A01151a329d
Octal246050720211212435115
Binary101001100001010001110100100011010001101000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143028; }

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

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

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

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

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

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

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

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