#142E27

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

Shades of Racing Green #142E27

Tints of Racing Green #142E27

Color information

#142E27 (or 0x142E27) is unknown color: approx Racing Green. HEX triplet: 14, 2E and 27. RGB value is (20,46,39). Sum of RGB (Red+Green+Blue) = 20+46+39=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #142E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E27 is #EBD1D8. Grayscale: #252525. Windows color (decimal): -15454681 or 2567700. OLE color: 2567700.

HSL color Cylindrical-coordinate representation of color #142E27: hue angle of 163.85º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142E27 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB204639-
CMYK0.5700.150.82
HSL163.85º39.39%12.94%-
HSV(B)163.85º56.52%18.04%-
XYZ1.632.252.27-
YUV37.43128.89115.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 39 (15.62% from 255) = 37.14%
R=19.05%
G=43.81%
B=37.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2046390.5700.150.82163.8539.3912.94
Hex142E27390F52a427d
Octal245647710171222444715
Binary10100101110100111111001011111010010101001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142E27; }

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

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

<style>
 a { background-color: #142E27; }

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

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

<style>
 span { border-color: #142E27; }

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

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