#14342A

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

Shades of Racing Green #14342A

Tints of Racing Green #14342A

Color information

#14342A (or 0x14342A) is unknown color: approx Racing Green. HEX triplet: 14, 34 and 2A. RGB value is (20,52,42). Sum of RGB (Red+Green+Blue) = 20+52+42=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #14342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14342A is #EBCBD5. Grayscale: #292929. Windows color (decimal): -15453142 or 2765844. OLE color: 2765844.

HSL color Cylindrical-coordinate representation of color #14342A: hue angle of 161.25º 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 #14342A is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB205242-
CMYK0.6200.190.80
HSL161.25º44.44%14.12%-
HSV(B)161.25º61.54%20.39%-
XYZ1.932.772.62-
YUV41.29128.4112.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=17.54%
G=45.61%
B=36.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052420.6200.190.80161.2544.4414.12
Hex14342A3E01350a12ce
Octal246452760231202415416
Binary101001101001010101111100100111010000101000011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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