#14372C

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

Shades of Racing Green #14372C

Tints of Racing Green #14372C

Color information

#14372C (or 0x14372C) is unknown color: approx Racing Green. HEX triplet: 14, 37 and 2C. RGB value is (20,55,44). Sum of RGB (Red+Green+Blue) = 20+55+44=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #14372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14372C is #EBC8D3. Grayscale: #2B2B2B. Windows color (decimal): -15452372 or 2897684. OLE color: 2897684.

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

Color convert

RGB205544-
CMYK0.6400.20.78
HSL161.14º46.67%14.71%-
HSV(B)161.14º63.64%21.57%-
XYZ2.113.062.86-
YUV43.28128.4111.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=16.81%
G=46.22%
B=36.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055440.6400.20.78161.1446.6714.71
Hex14372C400144Ea12ff
Octal2467541000241162415717
Binary1010011011110110010000000101001001110101000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14372C; }

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

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

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

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

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

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

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

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