#142F27

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

Shades of Racing Green #142F27

Tints of Racing Green #142F27

Color information

#142F27 (or 0x142F27) is unknown color: approx Racing Green. HEX triplet: 14, 2F and 27. RGB value is (20,47,39). Sum of RGB (Red+Green+Blue) = 20+47+39=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #142F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F27 is #EBD0D8. Grayscale: #262626. Windows color (decimal): -15454425 or 2567956. OLE color: 2567956.

HSL color Cylindrical-coordinate representation of color #142F27: hue angle of 162.22º degrees, saturation: 0.4, 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 #142F27 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB204739-
CMYK0.5700.170.82
HSL162.22º40.3%13.14%-
HSV(B)162.22º57.45%18.43%-
XYZ1.672.332.28-
YUV38.01128.55115.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 47 (18.75% from 255) = 44.34%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=18.87%
G=44.34%
B=36.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047390.5700.170.82162.2240.313.14
Hex142F273901152a228d
Octal245747710211222425015
Binary101001011111001111110010100011010010101000101010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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