#14382D

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

Shades of Racing Green #14382D

Tints of Racing Green #14382D

Color information

#14382D (or 0x14382D) is unknown color: approx Racing Green. HEX triplet: 14, 38 and 2D. RGB value is (20,56,45). Sum of RGB (Red+Green+Blue) = 20+56+45=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #14382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14382D is #EBC7D2. Grayscale: #2B2B2B. Windows color (decimal): -15452115 or 2963476. OLE color: 2963476.

HSL color Cylindrical-coordinate representation of color #14382D: hue angle of 161.67º 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 #14382D is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB205645-
CMYK0.6400.200.78
HSL161.67º47.37%14.9%-
HSV(B)161.67º64.29%21.96%-
XYZ2.183.172.98-
YUV43.98128.57110.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=16.53%
G=46.28%
B=37.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056450.6400.200.78161.6747.3714.9
Hex14382D400144Ea22ff
Octal2470551000241162425717
Binary1010011100010110110000000101001001110101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14382D; }

 p { color: rgb(20,56,45); }

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

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

 a { background-color: rgb(20,56,45); }

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

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

 span { border-color: rgb(20,56,45); }

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