Html Css Color HEX #14312D Racing Green

📋 copy color: '#14312D'

red 20 ◦ green 49 ◦ blue 45

#14312D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #14312D

Tints of Racing Green #14312D

RGB

 RED value IS 20 (8.2% from 255) = 17.54%

 GREEN value IS 49 (19.53% from 255) = 42.98%

 BLUE value IS 45 (17.97% from 255) = 39.47%

R = 17.54%
G = 42.98%
B = 39.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#14312D (or 0x14312D) is known color: Racing Green. HEX triplet: 14, 31 and 2D. RGB value is (20,49,45). Sum of RGB (Red+Green+Blue) = 20+49+45=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #14312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14312D is #EBCED2. Grayscale: #272727. Windows color (decimal): -15453907 or 2961684. OLE color: 2961684.

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

Color convert

RGB 20 49 45 -
CMYK 0.59 0 0.08 0.81
HSL 171.72º 0.42% 0.14% -
HSV(B) 171.72º 0.59% 0.19% -
XYZ 1.86 2.53 2.87 -
YUV 39.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 20 49 45 0.59 0 0.08 0.81 171.72 0.42 0.14
Hex 14 31 2D 3B 0 8 51 AC 2A E
Octal 24 61 55 73 0 10 121 254 52 16
Binary 10100 110001 101101 111011 0 1000 1010001 10101100 101010 1110

Color Harmonies of #14312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14312D

Black with #14312D

Text Example


Text Example

White with #14312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14312D;
 }
 .AnyTagClassName
 {
   color: #14312D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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