#14302B

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

Shades of Racing Green #14302B

Tints of Racing Green #14302B

Color information

#14302B (or 0x14302B) is unknown color: approx Racing Green. HEX triplet: 14, 30 and 2B. RGB value is (20,48,43). Sum of RGB (Red+Green+Blue) = 20+48+43=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #14302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14302B is #EBCFD4. Grayscale: #272727. Windows color (decimal): -15454165 or 2830356. OLE color: 2830356.

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

Color convert

RGB204843-
CMYK0.5800.100.81
HSL169.29º41.18%13.33%-
HSV(B)169.29º58.33%18.82%-
XYZ1.782.442.66-
YUV39.06130.22114.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=18.02%
G=43.24%
B=38.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048430.5800.100.81169.2941.1813.33
Hex14302B3A0A51a929d
Octal246053720121212515115
Binary10100110000101011111010010101010001101010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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