Html Css Color HEX #14211E Racing Green

📋 copy color: '#14211E'

red 20 ◦ green 33 ◦ blue 30

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

Shades of Racing Green #14211E

Tints of Racing Green #14211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 36.14%

R = 24.1%
G = 39.76%
B = 36.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#14211E (or 0x14211E) is known color: Racing Green. HEX triplet: 14, 21 and 1E. RGB value is (20,33,30). Sum of RGB (Red+Green+Blue) = 20+33+30=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 33 - color contains mainly: green. Hex color #14211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14211E is #EBDEE1. Grayscale: #1C1C1C. Windows color (decimal): -15458018 or 1974548. OLE color: 1974548.

HSL color Cylindrical-coordinate representation of color #14211E: hue angle of 166.15º 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 #14211E is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 33 30 -
CMYK 0.39 0 0.09 0.87
HSL 166.15º 0.25% 0.1% -
HSV(B) 166.15º 0.39% 0.13% -
XYZ 1.07 1.33 1.43 -
YUV 28.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 20 33 30 0.39 0 0.09 0.87 166.15 0.25 0.1
Hex 14 21 1E 27 0 9 57 A6 19 A
Octal 24 41 36 47 0 11 127 246 31 12
Binary 10100 100001 11110 100111 0 1001 1010111 10100110 11001 1010

Color Harmonies of #14211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14211E

Black with #14211E

Text Example


Text Example

White with #14211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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