#143730

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

Shades of Racing Green #143730

Tints of Racing Green #143730

Color information

#143730 (or 0x143730) is unknown color: approx Racing Green. HEX triplet: 14, 37 and 30. RGB value is (20,55,48). Sum of RGB (Red+Green+Blue) = 20+55+48=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #143730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143730 is #EBC8CF. Grayscale: #2B2B2B. Windows color (decimal): -15452368 or 3159828. OLE color: 3159828.

HSL color Cylindrical-coordinate representation of color #143730: hue angle of 168º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143730 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB205548-
CMYK0.6400.130.78
HSL168º46.67%14.71%-
HSV(B)168º63.64%21.57%-
XYZ2.193.093.28-
YUV43.74130.4111.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 55 (21.88% from 255) = 44.72%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=16.26%
G=44.72%
B=39.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055480.6400.130.7816846.6714.71
Hex143730400D4Ea82ff
Octal2467601000151162505717
Binary101001101111100001000000011011001110101010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143730; }

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

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

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

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

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

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

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

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