#14322E

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

Shades of Racing Green #14322E

Tints of Racing Green #14322E

Color information

#14322E (or 0x14322E) is unknown color: approx Racing Green. HEX triplet: 14, 32 and 2E. RGB value is (20,50,46). Sum of RGB (Red+Green+Blue) = 20+50+46=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #14322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14322E is #EBCDD1. Grayscale: #282828. Windows color (decimal): -15453650 or 3027476. OLE color: 3027476.

HSL color Cylindrical-coordinate representation of color #14322E: hue angle of 172º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14322E is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB205046-
CMYK0.6000.080.80
HSL172º42.86%13.73%-
HSV(B)172º60%19.61%-
XYZ1.922.632.99-
YUV40.57131.06113.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=17.24%
G=43.10%
B=39.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050460.6000.080.8017242.8613.73
Hex14322E3C0850ac2be
Octal246256740101202545316
Binary10100110010101110111100010001010000101011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,50,46); }

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

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

 a { background-color: rgb(20,50,46); }

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

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

 span { border-color: rgb(20,50,46); }

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