#14332E

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

Shades of Racing Green #14332E

Tints of Racing Green #14332E

Color information

#14332E (or 0x14332E) is unknown color: approx Racing Green. HEX triplet: 14, 33 and 2E. RGB value is (20,51,46). Sum of RGB (Red+Green+Blue) = 20+51+46=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #14332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14332E is #EBCCD1. Grayscale: #292929. Windows color (decimal): -15453394 or 3027732. OLE color: 3027732.

HSL color Cylindrical-coordinate representation of color #14332E: hue angle of 170.32º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #14332E is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB205146-
CMYK0.6100.100.8
HSL170.32º43.66%13.92%-
HSV(B)170.32º60.78%20%-
XYZ1.972.713-
YUV41.16130.73112.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=17.09%
G=43.59%
B=39.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051460.6100.100.8170.3243.6613.92
Hex14332E3D0A50aa2ce
Octal246356750121202525416
Binary10100110011101110111101010101010000101010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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