#143029

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

Shades of Racing Green #143029

Tints of Racing Green #143029

Color information

#143029 (or 0x143029) is unknown color: approx Racing Green. HEX triplet: 14, 30 and 29. RGB value is (20,48,41). Sum of RGB (Red+Green+Blue) = 20+48+41=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #143029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143029 is #EBCFD6. Grayscale: #262626. Windows color (decimal): -15454167 or 2699284. OLE color: 2699284.

HSL color Cylindrical-coordinate representation of color #143029: hue angle of 165º 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 #143029 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB204841-
CMYK0.5800.150.81
HSL165º41.18%13.33%-
HSV(B)165º58.33%18.82%-
XYZ1.752.422.47-
YUV38.83129.22114.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=18.35%
G=44.04%
B=37.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048410.5800.150.8116541.1813.33
Hex1430293A0F51a529d
Octal246051720171212455115
Binary10100110000101001111010011111010001101001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143029; }

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

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

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

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

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

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

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

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