#14352E

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

Shades of Racing Green #14352E

Tints of Racing Green #14352E

Color information

#14352E (or 0x14352E) is unknown color: approx Racing Green. HEX triplet: 14, 35 and 2E. RGB value is (20,53,46). Sum of RGB (Red+Green+Blue) = 20+53+46=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #14352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14352E is #EBCAD1. Grayscale: #2A2A2A. Windows color (decimal): -15452882 or 3028244. OLE color: 3028244.

HSL color Cylindrical-coordinate representation of color #14352E: hue angle of 167.27º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14352E is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB205346-
CMYK0.6200.130.79
HSL167.27º45.21%14.31%-
HSV(B)167.27º62.26%20.78%-
XYZ2.052.893.03-
YUV42.33130.07112.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=16.81%
G=44.54%
B=38.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053460.6200.130.79167.2745.2114.31
Hex14352E3E0D4Fa72de
Octal246556760151172475516
Binary10100110101101110111110011011001111101001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14352E; }

 p { color: rgb(20,53,46); }

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

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

 a { background-color: rgb(20,53,46); }

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

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

 span { border-color: rgb(20,53,46); }

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