#14302A

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

Shades of Racing Green #14302A

Tints of Racing Green #14302A

Color information

#14302A (or 0x14302A) is unknown color: approx Racing Green. HEX triplet: 14, 30 and 2A. RGB value is (20,48,42). Sum of RGB (Red+Green+Blue) = 20+48+42=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #14302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14302A is #EBCFD5. Grayscale: #262626. Windows color (decimal): -15454166 or 2764820. OLE color: 2764820.

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

Color convert

RGB204842-
CMYK0.5800.130.81
HSL167.14º41.18%13.33%-
HSV(B)167.14º58.33%18.82%-
XYZ1.762.432.57-
YUV38.94129.72114.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=18.18%
G=43.64%
B=38.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048420.5800.130.81167.1441.1813.33
Hex14302A3A0D51a729d
Octal246052720151212475115
Binary10100110000101010111010011011010001101001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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