Html Css Color HEX #14201D Racing Green

📋 copy color: '#14201D'

red 20 ◦ green 32 ◦ blue 29

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

Shades of Racing Green #14201D

Tints of Racing Green #14201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 39.51%

 BLUE value IS 29 (11.72% from 255) = 35.8%

R = 24.69%
G = 39.51%
B = 35.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#14201D (or 0x14201D) is known color: Racing Green. HEX triplet: 14, 20 and 1D. RGB value is (20,32,29). Sum of RGB (Red+Green+Blue) = 20+32+29=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 32 - color contains mainly: green. Hex color #14201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14201D is #EBDFE2. Grayscale: #1C1C1C. Windows color (decimal): -15458275 or 1908756. OLE color: 1908756.

HSL color Cylindrical-coordinate representation of color #14201D: hue angle of 165º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #14201D is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 29 -
CMYK 0.37 0 0.09 0.87
HSL 165º 0.23% 0.1% -
HSV(B) 165º 0.38% 0.13% -
XYZ 1.03 1.27 1.35 -
YUV 28.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 20 32 29 0.37 0 0.09 0.87 165 0.23 0.1
Hex 14 20 1D 25 0 9 57 A5 17 A
Octal 24 40 35 45 0 11 127 245 27 12
Binary 10100 100000 11101 100101 0 1001 1010111 10100101 10111 1010

Color Harmonies of #14201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14201D

Black with #14201D

Text Example


Text Example

White with #14201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,32,29); }

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

background-color css

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

 a { background-color: rgb(20,32,29); }

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

border-color css

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

 span { border-color: rgb(20,32,29); }

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