#14342D

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

Shades of Racing Green #14342D

Tints of Racing Green #14342D

Color information

#14342D (or 0x14342D) is unknown color: approx Racing Green. HEX triplet: 14, 34 and 2D. RGB value is (20,52,45). Sum of RGB (Red+Green+Blue) = 20+52+45=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #14342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14342D is #EBCBD2. Grayscale: #292929. Windows color (decimal): -15453139 or 2962452. OLE color: 2962452.

HSL color Cylindrical-coordinate representation of color #14342D: hue angle of 166.88º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14342D is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB205245-
CMYK0.6200.130.80
HSL166.88º44.44%14.12%-
HSV(B)166.88º61.54%20.39%-
XYZ1.992.792.92-
YUV41.63129.9112.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=17.09%
G=44.44%
B=38.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052450.6200.130.80166.8844.4414.12
Hex14342D3E0D50a72ce
Octal246455760151202475416
Binary10100110100101101111110011011010000101001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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