Html Css Color HEX #14312C Racing Green

📋 copy color: '#14312C'

red 20 ◦ green 49 ◦ blue 44

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

Shades of Racing Green #14312C

Tints of Racing Green #14312C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 38.94%

R = 17.7%
G = 43.36%
B = 38.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#14312C (or 0x14312C) is known color: Racing Green. HEX triplet: 14, 31 and 2C. RGB value is (20,49,44). Sum of RGB (Red+Green+Blue) = 20+49+44=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 49 - color contains mainly: green. Hex color #14312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14312C is #EBCED3. Grayscale: #272727. Windows color (decimal): -15453908 or 2896148. OLE color: 2896148.

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

Color convert

RGB 20 49 44 -
CMYK 0.59 0 0.10 0.81
HSL 169.66º 0.42% 0.14% -
HSV(B) 169.66º 0.59% 0.19% -
XYZ 1.84 2.53 2.77 -
YUV 39.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 20 49 44 0.59 0 0.10 0.81 169.66 0.42 0.14
Hex 14 31 2C 3B 0 A 51 AA 2A E
Octal 24 61 54 73 0 12 121 252 52 16
Binary 10100 110001 101100 111011 0 1010 1010001 10101010 101010 1110

Color Harmonies of #14312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14312C

Black with #14312C

Text Example


Text Example

White with #14312C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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