Html Css Color HEX #14312B Racing Green

📋 copy color: '#14312B'

red 20 ◦ green 49 ◦ blue 43

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

Shades of Racing Green #14312B

Tints of Racing Green #14312B

RGB

 RED value IS 20 (8.2% 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 value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#14312B (or 0x14312B) is known color: 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

RGB 20 49 43 -
CMYK 0.59 0 0.12 0.81
HSL 167.59º 0.42% 0.14% -
HSV(B) 167.59º 0.59% 0.19% -
XYZ 1.82 2.52 2.68 -
YUV 39.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 20 49 43 0.59 0 0.12 0.81 167.59 0.42 0.14
Hex 14 31 2B 3B 0 C 51 A8 2A E
Octal 24 61 53 73 0 14 121 250 52 16
Binary 10100 110001 101011 111011 0 1100 1010001 10101000 101010 1110

Color Harmonies of #14312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14312B

Black with #14312B

Text Example


Text Example

White with #14312B

Text Example


Text Example

HTML Codes & Css Web 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>