#14312B

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

Shades of Racing Green #14312B

Tints of Racing Green #14312B

Color information

#14312B (or 0x14312B) is unknown color: approx Racing Green. HEX triplet: 14, 31 and 2B. RGB value is (20,49,43). Sum of RGB (Red+Green+Blue) = 20+49+43=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #14312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14312B is #EBCED4. Grayscale: #272727. Windows color (decimal): -15453909 or 2830612. OLE color: 2830612.

HSL color Cylindrical-coordinate representation of color #14312B: hue angle of 167.59º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #14312B is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB204943-
CMYK0.5900.120.81
HSL167.59º42.03%13.53%-
HSV(B)167.59º59.18%19.22%-
XYZ1.822.522.68-
YUV39.64129.89113.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=17.86%
G=43.75%
B=38.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049430.5900.120.81167.5942.0313.53
Hex14312B3B0C51a82ae
Octal246153730141212505216
Binary10100110001101011111011011001010001101010001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14312B; }

 p { color: rgb(20,49,43); }

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

<style>
 a { background-color: #14312B; }

 a { background-color: rgb(20,49,43); }

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

<style>
 span { border-color: #14312B; }

 span { border-color: rgb(20,49,43); }

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