#14362C

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

Shades of Racing Green #14362C

Tints of Racing Green #14362C

Color information

#14362C (or 0x14362C) is unknown color: approx Racing Green. HEX triplet: 14, 36 and 2C. RGB value is (20,54,44). Sum of RGB (Red+Green+Blue) = 20+54+44=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #14362C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14362C is #EBC9D3. Grayscale: #2A2A2A. Windows color (decimal): -15452628 or 2897428. OLE color: 2897428.

HSL color Cylindrical-coordinate representation of color #14362C: hue angle of 162.35º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #14362C is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB205444-
CMYK0.6300.190.79
HSL162.35º45.95%14.51%-
HSV(B)162.35º62.96%21.18%-
XYZ2.062.972.85-
YUV42.69128.74111.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 54 (21.48% from 255) = 45.76%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=16.95%
G=45.76%
B=37.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054440.6300.190.79162.3545.9514.51
Hex14362C3F0134Fa22ef
Octal246654770231172425617
Binary101001101101011001111110100111001111101000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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