#143228

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

Shades of Racing Green #143228

Tints of Racing Green #143228

Color information

#143228 (or 0x143228) is unknown color: approx Racing Green. HEX triplet: 14, 32 and 28. RGB value is (20,50,40). Sum of RGB (Red+Green+Blue) = 20+50+40=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #143228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143228 is #EBCDD7. Grayscale: #272727. Windows color (decimal): -15453656 or 2634260. OLE color: 2634260.

HSL color Cylindrical-coordinate representation of color #143228: hue angle of 160º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143228 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB205040-
CMYK0.6000.200.80
HSL160º42.86%13.73%-
HSV(B)160º60%19.61%-
XYZ1.812.582.41-
YUV39.89128.06113.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=18.18%
G=45.45%
B=36.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050400.6000.200.8016042.8613.73
Hex1432283C01450a02be
Octal246250740241202405316
Binary101001100101010001111000101001010000101000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143228; }

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

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

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

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

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

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

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

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