#14302C

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

Shades of Racing Green #14302C

Tints of Racing Green #14302C

Color information

#14302C (or 0x14302C) is unknown color: approx Racing Green. HEX triplet: 14, 30 and 2C. RGB value is (20,48,44). Sum of RGB (Red+Green+Blue) = 20+48+44=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #14302C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14302C is #EBCFD3. Grayscale: #272727. Windows color (decimal): -15454164 or 2895892. OLE color: 2895892.

HSL color Cylindrical-coordinate representation of color #14302C: hue angle of 171.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14302C is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB204844-
CMYK0.5800.080.81
HSL171.43º41.18%13.33%-
HSV(B)171.43º58.33%18.82%-
XYZ1.82.442.76-
YUV39.17130.72114.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=17.86%
G=42.86%
B=39.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048440.5800.080.81171.4341.1813.33
Hex14302C3A0851ab29d
Octal246054720101212535115
Binary10100110000101100111010010001010001101010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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