#14302D

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

Shades of Racing Green #14302D

Tints of Racing Green #14302D

Color information

#14302D (or 0x14302D) is unknown color: approx Racing Green. HEX triplet: 14, 30 and 2D. RGB value is (20,48,45). Sum of RGB (Red+Green+Blue) = 20+48+45=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #14302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14302D is #EBCFD2. Grayscale: #272727. Windows color (decimal): -15454163 or 2961428. OLE color: 2961428.

HSL color Cylindrical-coordinate representation of color #14302D: hue angle of 173.57º 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 #14302D is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB204845-
CMYK0.5800.060.81
HSL173.57º41.18%13.33%-
HSV(B)173.57º58.33%18.82%-
XYZ1.822.452.86-
YUV39.29131.22114.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 45 (17.97% from 255) = 39.82%
R=17.70%
G=42.48%
B=39.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048450.5800.060.81173.5741.1813.33
Hex14302D3A0651ae29d
Octal24605572061212565115
Binary1010011000010110111101001101010001101011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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