#14352D

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

Shades of Racing Green #14352D

Tints of Racing Green #14352D

Color information

#14352D (or 0x14352D) is unknown color: approx Racing Green. HEX triplet: 14, 35 and 2D. RGB value is (20,53,45). Sum of RGB (Red+Green+Blue) = 20+53+45=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #14352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14352D is #EBCAD2. Grayscale: #2A2A2A. Windows color (decimal): -15452883 or 2962708. OLE color: 2962708.

HSL color Cylindrical-coordinate representation of color #14352D: hue angle of 165.45º 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 #14352D is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB205345-
CMYK0.6200.150.79
HSL165.45º45.21%14.31%-
HSV(B)165.45º62.26%20.78%-
XYZ2.042.882.93-
YUV42.22129.57112.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=16.95%
G=44.92%
B=38.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053450.6200.150.79165.4545.2114.31
Hex14352D3E0F4Fa52de
Octal246555760171172455516
Binary10100110101101101111110011111001111101001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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