Html Css Color HEX #14211D Racing Green

📋 copy color: '#14211D'

red 20 ◦ green 33 ◦ blue 29

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

Shades of Racing Green #14211D

Tints of Racing Green #14211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 40.24%

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

R = 24.39%
G = 40.24%
B = 35.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#14211D (or 0x14211D) is known color: Racing Green. HEX triplet: 14, 21 and 1D. RGB value is (20,33,29). Sum of RGB (Red+Green+Blue) = 20+33+29=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 33 - color contains mainly: green. Hex color #14211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14211D is #EBDEE2. Grayscale: #1C1C1C. Windows color (decimal): -15458019 or 1909012. OLE color: 1909012.

HSL color Cylindrical-coordinate representation of color #14211D: hue angle of 161.54º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #14211D is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 33 29 -
CMYK 0.39 0 0.12 0.87
HSL 161.54º 0.25% 0.1% -
HSV(B) 161.54º 0.39% 0.13% -
XYZ 1.05 1.33 1.36 -
YUV 28.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 20 33 29 0.39 0 0.12 0.87 161.54 0.25 0.1
Hex 14 21 1D 27 0 C 57 A2 19 A
Octal 24 41 35 47 0 14 127 242 31 12
Binary 10100 100001 11101 100111 0 1100 1010111 10100010 11001 1010

Color Harmonies of #14211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14211D

Black with #14211D

Text Example


Text Example

White with #14211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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