#14201F

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

Shades of Racing Green #14201F

Tints of Racing Green #14201F

Color information

#14201F (or 0x14201F) is unknown color: approx Racing Green. HEX triplet: 14, 20 and 1F. RGB value is (20,32,31). Sum of RGB (Red+Green+Blue) = 20+32+31=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 32 - color contains mainly: green. Hex color #14201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14201F is #EBDFE0. Grayscale: #1C1C1C. Windows color (decimal): -15458273 or 2039828. OLE color: 2039828.

HSL color Cylindrical-coordinate representation of color #14201F: hue angle of 175º 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 #14201F is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB203231-
CMYK0.3700.030.87
HSL175º23.08%10.2%-
HSV(B)175º37.5%12.55%-
XYZ1.051.281.49-
YUV28.3129.52122.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 32 (12.89% from 255) = 38.55%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=24.10%
G=38.55%
B=37.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2032310.3700.030.8717523.0810.2
Hex14201F250357af17a
Octal24403745031272572712
Binary1010010000011111100101011101011110101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14201F;
 }
 .AnyTagClassName
 {
   color: #14201F;
 }
</style>
background-color css

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

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

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

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

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

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