#14211E

Color #14211E Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #14211E

Tints of Racing Green #14211E

Color information

#14211E (or 0x14211E) is unknown color: approx 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

RGB203330-
CMYK0.3900.090.87
HSL166.15º24.53%10.39%-
HSV(B)166.15º39.39%12.94%-
XYZ1.071.331.43-
YUV28.77128.69121.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 33 (13.28% from 255) = 39.76%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=24.10%
G=39.76%
B=36.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033300.3900.090.87166.1524.5310.39
Hex14211E270957a619a
Octal244136470111272463112
Binary101001000011111010011101001101011110100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>