#14392F

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

Shades of Racing Green #14392F

Tints of Racing Green #14392F

Color information

#14392F (or 0x14392F) is unknown color: approx Racing Green. HEX triplet: 14, 39 and 2F. RGB value is (20,57,47). Sum of RGB (Red+Green+Blue) = 20+57+47=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #14392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14392F is #EBC6D0. Grayscale: #2C2C2C. Windows color (decimal): -15451857 or 3094804. OLE color: 3094804.

HSL color Cylindrical-coordinate representation of color #14392F: hue angle of 163.78º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14392F is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB205747-
CMYK0.6500.180.78
HSL163.78º48.05%15.1%-
HSV(B)163.78º64.91%22.35%-
XYZ2.263.283.2-
YUV44.8129.24110.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 57 (22.66% from 255) = 45.97%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=16.13%
G=45.97%
B=37.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057470.6500.180.78163.7848.0515.1
Hex14392F410124Ea430f
Octal2471571010221162446017
Binary1010011100110111110000010100101001110101001001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,57,47); }

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

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

 a { background-color: rgb(20,57,47); }

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

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

 span { border-color: rgb(20,57,47); }

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